Warning, file /system/mycroft-gui/run.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #!/usr/bin/env bash
0002 set -Ee
0003 
0004 # Build
0005 bash dev_setup.sh
0006 
0007 # Sync with remote
0008 bash sync_skills.sh
0009 
0010 # And run!
0011 mycroft-gui-app