Subject: Can you run a command line script with arguments, without typing 'ruby' first?
From: "Jayson Williams" <williams.jayson gmail.com>
Date: Tue, 25 Nov 2008 03:47:44 +0900
Hi All,
I would like to do this -> my_script arg1, arg2
This doesn't seem to work when the script has arguments.
But if I type -> ruby my_script arg1,arg2
It works fine.
Is there a way I can run the my_script without typing ruby each time?
Thanks