This website requires JavaScript.
Explore
Help
Register
Sign In
qwqdanchun
/
ant
mirror of
https://github.com/qwqdanchun/ant.git
Watch
1
Star
0
Fork
You've already forked ant
0
Code
Issues
Projects
Releases
Wiki
Activity
master
ant
/
web
/
start.sh
6 lines
76 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
for
(
(
i
=
0
;
i < 10
;
i++
)
)
;
do
node app
sleep
10
done
Reference in New Issue
View Git Blame
Copy Permalink