File indexing completed on 2024-11-10 05:11:10
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
File indexing completed on 2024-11-10 05:11:10
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