update copy_121vag.sh in response to copy_from_Kicad.py

This commit is contained in:
Andrei 2021-03-09 16:34:25 +02:00
parent ab37082460
commit 53dfcd3ea6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
cd hellen-one
python2.7 ./bin/copy_from_Kicad.py ".." "121vag" "a"
python2.7 ./bin/copy_from_Kicad.py "frames" ".." "121vag" "a"
echo "Done!"