Skip to content

Instantly share code, notes, and snippets.

@stonehippo
Created September 4, 2023 20:08
Show Gist options
  • Save stonehippo/040214439a9c0426ffe00cf9144cf628 to your computer and use it in GitHub Desktop.
Save stonehippo/040214439a9c0426ffe00cf9144cf628 to your computer and use it in GitHub Desktop.
shell script to update CircuitPython build files
cd ~/circuitpython
git pull
git submodule sync
git submodule update --init
cd $OLDPWD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment