add startup script
This commit is contained in:
parent
d09aecd101
commit
cfb0d5e8fb
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "start"
|
||||
/home/pi/reflector/src/build/bin/svxlink &
|
||||
sleep 1
|
||||
/home/pi/ptt.pl &
|
||||
exit
|
||||
Loading…
Reference in New Issue