#!/bin/sh echo ";;;; Start Chibi" chibi-scheme -I ./lib ./test/chibi.scm echo ";;;; End Chibi" echo ";;;; Start Gauche" gosh -r7 -I ./lib ./test/gauche.scm echo ";;;; End Gauche" echo ";;;; Start Gerbil" GERBIL_LOADPATH="./lib" gxi --lang r7rs ./test/gerbil.scm echo ";;;; End Gerbil" echo ";;;; Start Guile" guile --r7rs -L ./lib echo ";;;; End Guile"