mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
add json test shell
This commit is contained in:
parent
9b835c8e8a
commit
94227aebd0
47
lib_acl_cpp/samples/json/t.sh
Executable file
47
lib_acl_cpp/samples/json/t.sh
Executable file
@ -0,0 +1,47 @@
|
||||
#!/bin/sh
|
||||
|
||||
./json0/json
|
||||
|
||||
echo "Enter any key to test json1 ..."
|
||||
read tmp
|
||||
./json1/json
|
||||
|
||||
echo "Enter any key to test json2 ..."
|
||||
read tmp
|
||||
./json2/json
|
||||
|
||||
echo "Enter any key to test json3 ..."
|
||||
read tmp
|
||||
./json3/json
|
||||
|
||||
echo "Enter any key to test json4 ..."
|
||||
read tmp
|
||||
./json4/json
|
||||
|
||||
echo "Enter any key to test json5 ..."
|
||||
read tmp
|
||||
./json5/json
|
||||
|
||||
echo "Enter any key to test json6 ..."
|
||||
read tmp
|
||||
./json6/json
|
||||
|
||||
echo "Enter any key to test json7 ..."
|
||||
read tmp
|
||||
./json7/json
|
||||
|
||||
echo "Enter any key to test json8 ..."
|
||||
read tmp
|
||||
./json8/json
|
||||
|
||||
echo "Enter any key to test json9 ..."
|
||||
read tmp
|
||||
./json9/json
|
||||
|
||||
echo "Enter any key to test json10 ..."
|
||||
read tmp
|
||||
./json10/json
|
||||
|
||||
echo "Enter any key to test json11 ..."
|
||||
read tmp
|
||||
./json11/json
|
Loading…
Reference in New Issue
Block a user