]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/redo-sh.tests/clean.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / redo-sh.tests / clean.do
diff --git a/t/redo-sh.tests/clean.do b/t/redo-sh.tests/clean.do
new file mode 100644 (file)
index 0000000..dec6f7b
--- /dev/null
@@ -0,0 +1,4 @@
+for f in * ; do
+    [ -d $f ] || continue
+    find $f ! -name test -delete
+done