diff options
Diffstat (limited to 'circuitpython/build.sh')
-rwxr-xr-x | circuitpython/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/circuitpython/build.sh b/circuitpython/build.sh index 46908ae..c303149 100755 --- a/circuitpython/build.sh +++ b/circuitpython/build.sh @@ -1,6 +1,8 @@ #!/bin/bash a=$PWD +cp /mounted/code.py $a/frozen/compromyse/picoducky.py + cd $a/ports/raspberrypi/ make BOARD=raspberry_pi_pico -j4 |