-
Notifications
You must be signed in to change notification settings - Fork 0
/
check_tsh.sh
47 lines (47 loc) · 1.2 KB
/
check_tsh.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#! /bin/bash
make test01
echo "-------------------------------------------------------"
echo
make test02
echo "-------------------------------------------------------"
echo
make test03
echo "-------------------------------------------------------"
echo
make test04
echo "-------------------------------------------------------"
echo
make test05
echo "-------------------------------------------------------"
echo
make test06
echo "-------------------------------------------------------"
echo
make test07
echo "-------------------------------------------------------"
echo
make test08
echo "-------------------------------------------------------"
echo
make test09
echo "-------------------------------------------------------"
echo
make test10
echo "-------------------------------------------------------"
echo
make test11
echo "-------------------------------------------------------"
echo
make test12
echo "-------------------------------------------------------"
echo
make test13
echo "-------------------------------------------------------"
echo
make test14
echo "-------------------------------------------------------"
echo
make test15
echo "-------------------------------------------------------"
echo
make test16