Skip to content

Commit c34d2a1

Browse files
feat(lmbench): 添加一键运行指定测例的脚本
1 parent 2453cd1 commit c34d2a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#! /bin/bash
2+
3+
main(){
4+
bash ./init.sh
5+
bash "$1"
6+
bash ./clean_up.sh
7+
}
8+
9+
main "$@"

0 commit comments

Comments
 (0)