adding stop script

This commit is contained in:
Anton 2019-04-16 11:06:32 +02:00 committed by GitHub
parent 426061a3cb
commit 6d28df4965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
stop_tx.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "stop"
sudo killall nc python rpitx
exit 0