diff options
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 |
