Sign in
foss-eda-tools
/
skywater-pdk
/
libs
/
sky130_osu_sc
/
701e93b125a5d83c61ce1b113e1b9c6f4ee7d0e5
/
.
/
lib
/
magic
/
extract_all
blob: 4cae5a3b7ab5b5da7c054bb40faf946d657894f3 [
file
] [
log
] [
blame
]
#!/bin/bash
for
i
in
*.
mag
;
do
bash extract $i
done
mkdir
-
p
../
spice
mkdir
-
p
../
gds
mv
*.
spice
../
spice
mv
*.
gds
../
gds
./
clean_all