cvw/synthDC/runFrequencySynth.sh
2022-04-27 13:12:04 +00:00

8 lines
103 B
Bash
Executable File

#!/usr/bin/bash
rm -r runs/*
make clean
make del
make freqs TECH=$1
scripts/extractSummary.py
make del