update,
This commit is contained in:
26
tunmnlu/task_1/Q5-ref/test.sh
Normal file
26
tunmnlu/task_1/Q5-ref/test.sh
Normal file
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
clear
|
||||
# rm -rf *.csv
|
||||
|
||||
python ./run.py
|
||||
|
||||
# mv edges.csv edges_try1.csv
|
||||
# mv nodes.csv nodes_try1.csv
|
||||
|
||||
# python ./Q1.py
|
||||
|
||||
# mv edges.csv edges_try2.csv
|
||||
# mv nodes.csv nodes_try2.csv
|
||||
|
||||
# python ./Q1.py
|
||||
|
||||
# mv edges.csv edges_try3.csv
|
||||
# mv nodes.csv nodes_try3.csv
|
||||
|
||||
# wc -l *.csv
|
||||
|
||||
|
||||
echo "done"
|
Reference in New Issue
Block a user