global: Corrected absolute paths in bin/ symbolic links
[h316.git] / bin / punch
1 #!/bin/bash
2
3 DEVICE=/dev/ttyS0
4
5 stty -F $DEVICE 9600 raw crtscts -echo cstopb
6
7 (cat $1 ; sleep 29 )> $DEVICE
8 echo "Complete!"
9