summaryrefslogtreecommitdiffstats
path: root/.graveyard/noise/cron/bin/zeit
blob: 168a7b7b869dfda4530faee3b8a15da52c4b39c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

beep -l 1000 -f 4000
sleep 1
/krebs/morse/morse.sh -l 100 -f 700 `date +%k`
sleep 1
expect >/dev/null <<EOF
spawn nc localhost telnet
expect READY.
send "/zeit\r"
expect READY.
# pitch set to 10
expect READY.
# Playing WAVE 'stdin' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono
expect READY.
# pitch changed from 10 to 100
expect READY.
EOF