summaryrefslogtreecommitdiffstats
path: root/cron/bin/zeit
blob: d863ed7a05f33683d3f8be6b5309552883ec2112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

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