-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_all.sh
More file actions
executable file
·24 lines (22 loc) · 1.2 KB
/
Copy pathbuild_all.sh
File metadata and controls
executable file
·24 lines (22 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
./export_pcb.sh "./modules" "bus" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "decoder" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "logic_binary" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "logic_unary" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "power" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "register" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "rom" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "switchboard" "./modules-png" "./modules-gerber"
./export_pcb.sh "./modules" "switches" "./modules-png" "./modules-gerber"
./export_scheme.sh "./modules" "bus" "./modules-png"
./export_scheme.sh "./modules" "decoder" "./modules-png"
./export_scheme.sh "./modules" "logic_binary" "./modules-png"
./export_scheme.sh "./modules" "logic_unary" "./modules-png"
./export_scheme.sh "./modules" "power" "./modules-png"
./export_scheme.sh "./modules" "register" "./modules-png"
./export_scheme.sh "./modules" "rom" "./modules-png"
./export_scheme.sh "./modules" "switchboard" "./modules-png"
./export_scheme.sh "./modules" "switches" "./modules-png"
cd labs
./build.sh
cd ..
rm ./modules-png/*.svg