another-planet/planet-scheme

5 lines
97 B
Plaintext
Raw Permalink Normal View History

2021-08-21 09:36:23 -04:00
#!/bin/sh
set -eu
cd "$(dirname "$0")"
exec csi -R r7rs -I "$PWD" -script planet-scheme.scm "$@"