This website requires JavaScript.
Explore
Help
Sign In
7cc5c4f330d47060
/
botvX_mjs
Watch
1
Star
0
Fork
You've already forked botvX_mjs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
botv11-testing
botvX_mjs
/
launch.sh
6 lines
91 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
This better not say 0 commits
2024-08-12 04:33:43 -04:00
#!/bin/bash
while
[
true
]
;
Bugfix
2024-08-20 06:48:59 -04:00
do
node index.mjs
;
This better not say 0 commits
2024-08-12 04:33:43 -04:00
if
[
$?
-eq
1
]
;
then
exit
;
fi
sleep 6
;
done
Reference in a new issue
Copy permalink