Hexapod/Docker/run.sh
2022-02-17 14:16:05 +01:00

6 lines
242 B
Bash

if [ -d "/opt/workspace/output" ]; then
echo "Exporting bin file to /opt/workspace/output..."
cp /opt/workspace/Hexapod/.pio/build/featheresp32/firmware.elf /opt/workspace/output/firmware.elf
else
echo "No output folder exists"
fi