blob: 4cae5a3b7ab5b5da7c054bb40faf946d657894f3 [file] [log] [blame]
Teo Ene701e93b2020-09-22 10:59:36 -05001#!/bin/bash
2for i in *.mag; do
3 bash extract $i
4done
5
6mkdir -p ../spice
7mkdir -p ../gds
8
9mv *.spice ../spice
10mv *.gds ../gds
11
12./clean_all