Skip to content

Commit 575daf4

Browse files
jgavillalobosErickOF
authored andcommitted
Add bash script to make easier runs
1 parent 0ae2449 commit 575daf4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/router/run_all.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
case $1 in
4+
"save_log")
5+
make EDGE_DETECTOR_LT_EN=1 USING_TLM_TB_EN=1 all > output.log
6+
;;
7+
*)
8+
make EDGE_DETECTOR_LT_EN=1 USING_TLM_TB_EN=1 all
9+
;;
10+
esac

0 commit comments

Comments
 (0)