/usr/bin/ruby vs /usr/bin/env ruby

git-svn-id: file:///home/svn/incoming/trunk@3242 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2005-12-17 06:46:23 +00:00
parent e434262050
commit 88658064df
203 changed files with 203 additions and 203 deletions
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
#
# This sample demonstrates how a module's information can be easily serialized
# to a readable format.
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
#
# This sample demonstrates how a file can be encoded using a framework
# encoder.
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
#
# This sample demonstrates enumerating all of the modules in the framework and
# displays their module type and reference name.
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
#
# This sample demonstrates using the framework core directly to launch an
# exploit. It makes use of the simplified exploit wrapper method provided by
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
#
# This sample demonstrates using the framework core directly to launch an
# exploit. It uses the framework base Framework class so that the