From: Tony Garnock-Jones (tonyg at ccs.neu.edu) Date: Fri Jun 6 17:12:15 EDT 2014 |
|
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
Posted on the dev mailing list. |
|