Skip to content

Commit

Permalink
terminal runner
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbum committed May 9, 2018
1 parent e1883ca commit d8cde27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions XY-LPWM/term.sh
@@ -0,0 +1,12 @@
#!/bin/sh

# https://wiki.forth-ev.de/doku.php/en:projects:e4thcom

if [ "$1" eq "" ]; then
COM=ttyUSB0
else
COM=$1
fi

e4thcom-0.6.3 -t stm8ef -p .:../lib -d ttyUSB0

0 comments on commit d8cde27

Please sign in to comment.