mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
8 lines
105 B
Bash
Executable File
8 lines
105 B
Bash
Executable File
#!/usr/bin/bash
|
|
# rm -r runs/*
|
|
make clean
|
|
make del
|
|
make freqs TECH=$1
|
|
scripts/extractSummary.py
|
|
make del
|