]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/redo-sh.tests/clean
clean target has no dependencies
[goredo.git] / t / redo-sh.tests / clean
diff --git a/t/redo-sh.tests/clean b/t/redo-sh.tests/clean
new file mode 100755 (executable)
index 0000000..9e80172
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+for f in * ; do
+    [ -d $f ] || continue
+    find $f ! -name test -delete
+done