#!/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 echo guile --r7rs -L ./lib ./test/guile.scm