Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 732693838133900f9b7cdf5a0a2e5f55 > files > 18

gauche-gl-0.5-1.fc15.i686.rpm

#!/bin/sh
if [ "$1" = "" ]; then
  echo "Usage: ./run <program.scm>"
else
  gosh -I../../lib -I../../src -I../../cg $@
fi