add startup script

This commit is contained in:
Anton 2019-04-16 11:03:20 +02:00 committed by GitHub
parent d09aecd101
commit cfb0d5e8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
start_tx.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
echo "start"
/home/pi/reflector/src/build/bin/svxlink &
sleep 1
/home/pi/ptt.pl &
exit