aboutsummaryrefslogtreecommitdiff
path: root/handlers/sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/sh.in')
-rw-r--r--handlers/sh.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/handlers/sh.in b/handlers/sh.in
new file mode 100644
index 0000000..f9f1926
--- /dev/null
+++ b/handlers/sh.in
@@ -0,0 +1,7 @@
+# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
+#
+# shell script handler for backupninja
+# runs the file /etc/backup.d/scriptname.sh
+#
+
+[ $test ] || ( . $1 )