aboutsummaryrefslogtreecommitdiff
path: root/handlers/sh
blob: f9f19260f95cff5fe776945e28215a47a9a52d7d (plain)
1
2
3
4
5
6
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 )