urchin usage help thingy

This commit is contained in:
Thomas Levine 2012-10-08 10:43:14 -04:00
parent 374d0c490d
commit 1dec252a52
1 changed files with 10 additions and 4 deletions

14
urchin
View File

@ -28,7 +28,13 @@ recurse() {
fi
}
echo Running tests
recurse .
echo
echo Done
if [ "$*" = '' ]
then
echo Running tests
recurse .
echo
echo Done
else
echo 'Run `urchin` without arguments from a directory containing urchin tests.'
echo 'Go to http://www.urchin.sh for documentation on writing tests.'
fi