aboutsummaryrefslogtreecommitdiff
path: root/handlers/sh
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2004-12-09 04:37:12 +0000
committerElijah Saxon <elijah@riseup.net>2004-12-09 04:37:12 +0000
commitef78e14b29df0a9f010c3c2a07572bef5668d079 (patch)
tree4387d38537791ae7b3bc88e52995c35d17bcde7d /handlers/sh
downloadbackupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.gz
backupninja-ef78e14b29df0a9f010c3c2a07572bef5668d079.tar.bz2
moved all to trunk
Diffstat (limited to 'handlers/sh')
-rw-r--r--handlers/sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/handlers/sh b/handlers/sh
new file mode 100644
index 0000000..6b1644d
--- /dev/null
+++ b/handlers/sh
@@ -0,0 +1,6 @@
+#
+# shell script handler for backupninja
+# runs the file /etc/backup.d/scriptname.sh
+#
+
+[ $test ] || ( . $1 )