Script to package files for manufacturer
Signed-off-by: fly <merspieler@alwaysdata.net>
This commit is contained in:
parent
da00494af5
commit
252540c752
1 changed files with 6 additions and 0 deletions
6
Pedestal/pack-manu-files.sh
Executable file
6
Pedestal/pack-manu-files.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /usr/bin/env bash
|
||||
if [[ "$1" == "" ]] then
|
||||
exit
|
||||
fi
|
||||
cd $1/pcb/manufacturing/
|
||||
zip $1.zip *.gbr *.drl
|
Loading…
Reference in a new issue