test.sh 126 B

1234567891011
  1. #!/bin/sh
  2. PATH="$TAROTPATH/scripts:$PATH"
  3. for file in test/scm/*scm
  4. do
  5. echo "$file"
  6. tarot-go "$file" || exit 1
  7. echo
  8. done