svxlink_to_rpitx/start_tx.sh

8 lines
74 B
Bash

#!/bin/sh
echo "start"
/usr/bin/svxlink &
sleep 1
/home/pi/ptt.pl &
exit