File: sh

package info (click to toggle)
backupninja 0.9.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 724 kB
  • ctags: 21
  • sloc: sh: 1,322; makefile: 174
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
#
# shell script handler for backupninja
# runs the file /etc/backup.d/scriptname.sh
# 

[ $test ] || ( . $1 )