252540c752
Signed-off-by: fly <merspieler@alwaysdata.net>
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#! /usr/bin/env bash
|
|
if [[ "$1" == "" ]] then
|
|
exit
|
|
fi
|
|
cd $1/pcb/manufacturing/
|
|
zip $1.zip *.gbr *.drl
|