]> scripts.mit.edu Git - wizard.git/blob - tests/clean.sh
Fix non-zero shell exit code and --continue in wrong directory.
[wizard.git] / tests / clean.sh
1 #!/bin/sh
2 cd `dirname $0`
3 for i in testdir*; do
4     wizard remove "$i"
5 done