| From: Eli Barzilay (eli at barzilay.org) Date: Tue Jan 12 22:53:11 EST 2010 |
|
On Jan 12, YC wrote:
> A follow-on question - what do I need to do to make the script pick
> up command line arguments? I did a quick mod to print out
> current-command-line-arguments and the script is not picking up the
> command line args that I passed it.
Use
exec mzscheme -it "$0" "$@"
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|