alphax-2chan/step2_copy.sh

12 lines
236 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2022-05-18 06:56:16 -07:00
if [ ! -f hellen-one/git_scripts ]; then
echo "No submodules?"
git submodule update --init --recursive
fi
cd hellen-one
python3 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "2ch" "f"
echo "Done!"