]> scripts.mit.edu Git - wizard.git/blob - tests/clean.sh
Move wizard.scripts module to plugins, added hooks accordingly.
[wizard.git] / tests / clean.sh
1 #!/bin/sh
2 cd `dirname $0`
3 for i in testdir*; do
4     wizard remove "$i"
5 done