5 lines
167 B
Bash
Executable file
5 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
export DISPLAY=:0
|
|
../dump1090/dump1090 --fix --aggressive --net --quiet &
|
|
startx ./viz1090 --fps --fullscreen --screensize 240 320 --lat 47.6 --lon -122.3
|