summaryrefslogtreecommitdiffstats
path: root/infest/skel/etc/rc.local
blob: f224f9e46ef44d3253671319adc62a45a744f948 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

morse() {
  /krebs/morse/morse.sh "$@"
}

morse -l 42 -f 4000 `hostname`
morse -l 42 -f 2000 BEREIT

exit 0