global: Corrected absolute paths in bin/ symbolic links
[h316.git] / bin / punch
index 1cc54d7d6ae8e7b1b72cbf3b940d67831e8974d9..7ec0ef4e711acc82d30baedfd3998bc565103dfd 100755 (executable)
--- a/bin/punch
+++ b/bin/punch
@@ -4,6 +4,6 @@ DEVICE=/dev/ttyS0
 
 stty -F $DEVICE 9600 raw crtscts -echo cstopb
 
-(cat $1 ; sleep 21 )> $DEVICE
+(cat $1 ; sleep 29 )> $DEVICE
 echo "Complete!"