fixed autotools build, broken since r466, inhandlers/Makefile.am
[matthijs/upstream/backupninja.git] / handlers / sh.in
diff --git a/handlers/sh.in b/handlers/sh.in
new file mode 100644 (file)
index 0000000..f9f1926
--- /dev/null
@@ -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 )