generated from macoy/gamelib-project-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
239 B
4 lines
239 B
#!/bin/sh
|
|
|
|
sudo /home/macoy/Development/code/3rdParty/repositories/picotool/build/picotool load build/keypad.uf2 || exit $?
|
|
sudo /home/macoy/Development/code/3rdParty/repositories/picotool/build/picotool verify build/keypad.uf2 || exit $?
|
|
|