#!/bin/sh PATH="$TAROTPATH/scripts:$PATH" for file in test/scm/*scm do echo "$file" tarot-go "$file" || exit 1 echo done