Last active
November 24, 2016 17:35
-
-
Save Strykar/3dc71f5ae6e28330e2b706fcbf4d4ed3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # @ reboot /dump1090.sh > /dev/null 2>&1 | |
| mkdir -p /var/run/dump1090 | |
| touch /var/run/dump1090/aircraft.json | |
| /usr/bin/dump1090 --quiet --write-json /var/run/dump1090 --lat xx.xxx823 --lon xx.xxx452 --metric --modeac --forward-mlat --gnss --net & | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment