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

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

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

exit 0