diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:21:28 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:21:28 -0400 |
| commit | f8f0a7af4e0032e209cbdebaf682dd50e4612863 (patch) | |
| tree | 0db3f189f7a178928542c9da7044dd008104b944 /startDash.sh | |
| download | RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.tar.gz RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.tar.bz2 RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.zip | |
Inital commit
Diffstat (limited to 'startDash.sh')
| -rwxr-xr-x | startDash.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/startDash.sh b/startDash.sh new file mode 100755 index 0000000..6302685 --- /dev/null +++ b/startDash.sh @@ -0,0 +1,5 @@ +#!/bin/bash +pulseaudio --start +bash /home/pi/mycroft-core/start-mycroft.sh all & +bash /home/pi/menu/dashboard.sh +bash /home/pi/mycroft-core/stop-mycroft.sh |
