aboutsummaryrefslogtreecommitdiff
path: root/handlers/sh
blob: a2b64b98449f48893829c63bdf224b283242ee36 (plain)
1
2
3
4
5
6
7
# -*- mode: sh; sh-basic-offset: 8; indent-tabs-mode: nil; -*-
#
# shell script handler for backupninja
# runs the file /etc/backup.d/scriptname.sh
# 

[ $test ] || ( . $1 )