Finish chapter 1 (rerun)

This commit is contained in:
2020-10-15 21:14:22 -04:00
parent 604cf09ccd
commit 32b723deee
5 changed files with 583 additions and 0 deletions

1
run
View File

@@ -3,6 +3,7 @@
for a in "$@"
do
echo "run: $a"
echo
mit-scheme --quiet < $a
done