a start script

This commit is contained in:
eknauel 2005-05-18 15:25:47 +00:00
parent 75930fb753
commit f1880f7a1c
1 changed files with 4 additions and 0 deletions

4
scheme/go Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
args="-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"
echo "Starting scsh with options: $args"
exec scsh $args