]> scripts.mit.edu Git - wizard.git/blobdiff - tests/clean.sh
Move wizard.scripts module to plugins, added hooks accordingly.
[wizard.git] / tests / clean.sh
index 26249265b5af81b6d5e3ab646acda874d199bc83..c1e5c5a728cc6f6bf7fa46d0e7d9bef98c2c2a37 100755 (executable)
@@ -1,2 +1,5 @@
 #!/bin/sh
-rm -Rf testdir*
+cd `dirname $0`
+for i in testdir*; do
+    wizard remove "$i"
+done