added `gogo', a script for loading and running nuit

This commit is contained in:
eknauel 2005-05-31 13:45:11 +00:00
parent 43088dafd7
commit 7da239cf4f
1 changed files with 3 additions and 0 deletions

3
scheme/gogo Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
args="-lel pps/load.scm -lel module-system/load.scm -lel interaction/load.scm -lm debug-packages.scm -lel scsh-ncurses-0.2/load.scm -lm nuit-packages.scm -o nuit"
exec scsh $args -c "(nuit)"