aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun5
1 files changed, 5 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..0bc8ae6
--- /dev/null
+++ b/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+cd $(dirname $0)
+find conf.d -type f -exec ./backup {} \;
+find conf.d -type f -exec ./forget {} \;
+