Add a vim modeline with indentation settings.
[matthijs/upstream/backupninja.git] / handlers / sh.in
1 # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
2 # vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
3 #
4 # shell script handler for backupninja
5 # runs the file /etc/backup.d/scriptname.sh
6 #
7
8 [ $test ] || ( . $1 )