From: hachti Date: Sun, 26 Nov 2006 16:04:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=commitdiff_plain;h=c9e18ec4ab4aebbd0821fe339729ff3c0b70ea61 *** empty log message *** --- diff --git a/bin/punch b/bin/punch new file mode 100755 index 0000000..1cc54d7 --- /dev/null +++ b/bin/punch @@ -0,0 +1,9 @@ +#!/bin/bash + +DEVICE=/dev/ttyS0 + +stty -F $DEVICE 9600 raw crtscts -echo cstopb + +(cat $1 ; sleep 21 )> $DEVICE +echo "Complete!" + diff --git a/lib/iolib/recipe/dap-lib.recipe b/lib/iolib/recipe/dap-lib.recipe index 65e0047..774ad71 100644 --- a/lib/iolib/recipe/dap-lib.recipe +++ b/lib/iolib/recipe/dap-lib.recipe @@ -7,8 +7,13 @@ obj/O$PB # Paper tape listing routine - Lets see, if DAP can handle that obj/O$PL +<<<<<<< dap-lib.recipe +# O$AL ASR comfort routine +obj/O$AL +======= # O$AL ASR comfort routine Hm, let's try it out.... obj/O$AL +>>>>>>> 1.3 # Huge Line printer routine Rocking now? obj/O$LA