dashboard
repositories
filestore
activity
search
login
main
/
fl2440
FL2440开发板源码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update qt5 build shell script to support pack qt and tslib libraries
guowenxue
2020-08-22
e08969d04cf798096baee6ab102e9676d8466f22
[fl2440.git]
/
program
/
unp
/
test.sh
1
2
3
4
5
6
7
8
9
#!/bin/bash
for i in `seq 1 100` ; do
./socket_client -i 127.0.0.1 -p 8900 &
done
sleep 1
killall socket_client