We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675f96e commit 0ff114bCopy full SHA for 0ff114b
tools/egghunter.rb
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env ruby
2
+
3
msfbase = __FILE__
4
while File.symlink?(msfbase)
5
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))
0 commit comments