This website requires JavaScript.
Explore
Help
Sign In
cadey
/
ponyapi
Watch
1
Star
0
Fork
You've already forked ponyapi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9489789334
ponyapi
/
client
/
test.sh
12 lines
106 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
for
client in *
do
if
[
-d
"
$client
"
]
then
(
cd
"
$client
"
&&
./test.sh
)
fi
done
Reference in New Issue
View Git Blame
Copy Permalink