aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/build.sh')
-rwxr-xr-xcircuitpython/build.sh2
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