aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bsc-test/dial.sh
blob: e5e19f63eb883dd302722e0c9aa9965f560af12e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Evil dial script..

while true;
do
	chat -v -f all_dial < /dev/ttyACM0 > /dev/ttyACM0
	sleep 5s
	chat -v -f hangup < /dev/ttyACM0 > /dev/ttyACM0
	sleep 2s
done