Files
AndrOBD/awt_startup/JObd.sh
fr3ts0n 88d9bf6805 resource cleanup
start message was not logged on first start
2015-11-13 10:11:06 +01:00

10 lines
466 B
Bash
Executable File

#!/bin/sh
export JARFILE=$HOME/src/j/info-proxy/AgnisServer/dist/AgnisServer.jar
if [ "$1" != "" ]; then
# stty -F $1 38400 sane ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke
stty -F $1 38400 sane ignbrk -brkint -icrnl -imaxbel -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke
else
echo "NO serial port specified, starting in DEMO-Mode"
fi
java -cp .:$JARFILE com.fr3ts0n.ecu.ObdTestFrame $*