This website works better with JavaScript.
Explore
Help
Register
Sign In
zhixinlian
/
client-server
Watch
1
Star
0
Fork
You've already forked client-server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78
Commits
2
Branches
0
Tags
1.5 MiB
Tag:
Branch:
Tree:
integration
integration
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'integration'
${ noResults }
client-server
/
build.sh
6 lines
56 B
Raw
Permalink
Normal View
History
Unescape
Escape
integration shell update
4 years ago
for
k in
$(
ls */*/run.sh
)
do
echo
$k
sh
$k
done