Skip to content

Commit

Permalink
collect flash_nuke and hell_usb uf2s
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Aug 29, 2024
1 parent b5e642d commit 3a6714a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dev_env/1_pico_sdk/cleansers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#! /usr/bin/env bash

set -e

echo ""
echo "Setting environment variables"
source ../set_pico_envars

echo "Creating $zipfile"
pushd $PICO_EXAMPLES_PATH
zip -9r cleansers.zip `find . -name "flash_nuke.uf2"`
zip -9r cleansers.zip `find . -name "hello_usb.uf2"`
mv cleansers.zip $CLAMS_BASE
popd

echo "Finished"

0 comments on commit 3a6714a

Please sign in to comment.