Benx Shen's personal annotations on this page
Benxshen bookmarked
on 2009-10-24
-
The shebang line is read by the shell to determine what program to use to run the script. This line cannot be preceded by any blank lines or any leading spaces. The new
hello-world.rbprogram – with the shebang line – looks like this:#!/usr/bin/ruby
puts 'Hello world'
This link has been bookmarked by 1 people . It was first bookmarked on 24 Oct 2009, by Benx Shen.
-
-
The shebang line is read by the shell to determine what program to use to run the script. This line cannot be preceded by any blank lines or any leading spaces. The new
hello-world.rbprogram – with the shebang line – looks like this:#!/usr/bin/ruby
puts 'Hello world'
-
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.