Created
September 4, 2023 20:08
-
-
Save stonehippo/040214439a9c0426ffe00cf9144cf628 to your computer and use it in GitHub Desktop.
shell script to update CircuitPython build files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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