This website requires JavaScript.
Explore
Help
Sign In
eson
/
structure
Watch
1
Star
0
Fork
0
You've already forked structure
Code
Issues
Pull Requests
Releases
Wiki
Activity
1b0bcb9edc
structure
/
test.sh
2 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
ADD LAStack Test test.sh
2019-04-10 17:07:09 +00:00
for
d in ./*/
;
do
(
cd
"
$d
"
&&
go
test
-v
)
;
done
Reference in New Issue
Copy Permalink