Added the "Emacs comment line" on top of every shell file.
[matthijs/upstream/backupninja.git] / handlers / sh
1 # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
2 #
3 # shell script handler for backupninja
4 # runs the file /etc/backup.d/scriptname.sh
5
6
7 [ $test ] || ( . $1 )