Skip to content

Commit

Permalink
fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jun 6, 2021
1 parent 3035bab commit 73c4657
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bmp.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# BMP Payload Creator/Injector
#
Expand Down
2 changes: 1 addition & 1 deletion gif.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# GIF Payload Creator/Injector
#
Expand Down
2 changes: 1 addition & 1 deletion jpg.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# JPEG Payload Creator/Injector
#
Expand Down
2 changes: 1 addition & 1 deletion png.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# PNG Payload Creator/Injector
#
Expand Down
2 changes: 1 addition & 1 deletion webp.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# WebP Payload Creator/Injector
#
Expand Down

0 comments on commit 73c4657

Please sign in to comment.