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