mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
78884142e7
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
9 lines
229 B
Bash
9 lines
229 B
Bash
# -*- 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 )
|