Skip to content

Commit 0ff114b

Browse files
committed
use #!/usr/bin/env ruby
1 parent 675f96e commit 0ff114b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/egghunter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env ruby
2+
13
msfbase = __FILE__
24
while File.symlink?(msfbase)
35
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))

0 commit comments

Comments
 (0)