2022-04-27 13:12:04 +00:00
|
|
|
#!/usr/bin/bash
|
2022-06-24 00:21:39 +00:00
|
|
|
# rm -r runs/*
|
2022-04-25 16:03:02 +00:00
|
|
|
make clean
|
|
|
|
make del
|
|
|
|
make copy
|
|
|
|
make configs
|
|
|
|
make allsynth
|
2022-04-27 13:12:04 +00:00
|
|
|
scripts/extractSummary.py
|
2022-04-25 16:03:02 +00:00
|
|
|
make del
|