mirror of
https://amiok.net/gitea/W1CDN/aprs_tool.git
synced 2025-05-25 22:10:20 +00:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
# Run `chmod +x start-aprs_api.sh` so this can be run
|
|
|
|
screen -dmS aprs_api python3 /home/pi/aprs_tools/api_waitress.py
|