8 lines
144 B
Bash
8 lines
144 B
Bash
#!/bin/sh -x
|
|
mred module-lang-test.ss &&
|
|
mred repl-test.ss &&
|
|
mred io.ss &&
|
|
mred language-test.ss &&
|
|
mred syncheck-test.ss &&
|
|
mred teachpack.ss
|