aboutsummaryrefslogtreecommitdiff
path: root/handlers/sh.in
blob: b070f3bce24f962e47a404a341f84efc18e1d87c (plain)
1
2
3
4
5
6
7
8
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# shell script handler for backupninja
# runs the file /etc/backup.d/scriptname.sh
#

[ $test ] || ( . $1 )