proteus-mustang5.0-60-pin/step2_copy.sh

12 lines
251 B
Bash
Executable File

#!/bin/bash
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:proteus-mustang5.0-" ".." "../../gerber" "60-pin" "a"
echo "Done!"