mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
#
|
|
# shell script handler for backupninja
|
|
# runs the file /etc/backup.d/scriptname.sh
|
|
#
|
|
|
|
[ $test ] || ( . $1 )
|