1 2 3 4 5 6 7 8
#!/bin/sh echo chibi-scheme -I ./lib ./test/chibi.scm echo gosh -r7 -I ./lib ./test/gauche.scm echo GERBIL_LOADPATH="./lib" gxi --lang r7rs ./test/gerbil.scm