summaryrefslogtreecommitdiff
path: root/manual/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manual/clean.sh')
-rwxr-xr-xmanual/clean.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/clean.sh b/manual/clean.sh
new file mode 100755
index 00000000..13554c01
--- /dev/null
+++ b/manual/clean.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+for f in $( find -name .gitignore ); do sed -re "s,^,find ${f%.gitignore} -name ',; s,$,' | xargs -r rm -vf,;" $f; done | bash -v