-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstartall.sh
More file actions
executable file
·20 lines (16 loc) · 695 Bytes
/
startall.sh
File metadata and controls
executable file
·20 lines (16 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env bash
# startall.sh -- start all needed python scripts for StudioDisplay
# Moonbase 2018
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
echo Changing to $DIR …
cd "$DIR"
#x-terminal-emulator -e python/mqtt-callmonitor-fritz.py
#x-terminal-emulator -e python/mqtt-idjc.py
#x-terminal-emulator -e python/mqtt-radio.py
#x-terminal-emulator -e python/mqtt-weather-wunderground.py
x-terminal-emulator -e python/mqtt-weather-metno.py
#x-terminal-emulator -e python/mqtt-astronomy.py
#x-terminal-emulator -e python/mqtt-signalbox.py
#x-terminal-emulator -e python/mqtt-signalpi.py
x-terminal-emulator -e python3 -m http.server 8082
firefox -new-window http://$HOSTNAME:8082/