summaryrefslogtreecommitdiffstats
path: root/examples/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.sh')
-rwxr-xr-xexamples/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/test.sh b/examples/test.sh
new file mode 100755
index 00000000..64b08ed8
--- /dev/null
+++ b/examples/test.sh
@@ -0,0 +1,4 @@
+for f in *.test; do
+ b="${f%%.test}"
+ dumpoops -s "$f" >"$b".right 2>&1
+done