diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-21 16:54:16 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-06-21 16:54:16 +0530 |
commit | 2423eadd0b6fd0eb4d92c8ddd0f605a6b1075b09 (patch) | |
tree | 1544be2201b285f553f8ee18a613adcfd709c32e /circuitpython/build.sh | |
parent | 4fd287655a72b9aea14cdac715ad5b90ed082ed2 (diff) |
some progressV1.0
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 |