Hi all,

I have a little shell script I use frequently:

  #!/bin/sh
  raco make "$1" && exec racket "$@"

It first compiles the program I wish to run, then runs it with the
arguments I've given.

Should this be something that raco or racket does itself?

Cheers,
  Tony
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to