- initial import
git-svn-id: http://moon:8086/svn/mips@1 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
TARGET=$(basename $1 .c)
|
||||
|
||||
dd if=/dev/ttyS2 bs=1 count=4 2>/dev/null && cat $TARGET.srec > /dev/ttyS2
|
||||
|
||||
Reference in New Issue
Block a user