This website requires JavaScript.
Explore
Help
Sign in
7cc5c4f330d47060
/
owobot
Watch
1
Star
0
Fork
You've already forked owobot
0
Code
Issues
Pull requests
Projects
Releases
11
Packages
Wiki
Activity
Actions
28ebfc7b62
owobot
/
launch.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
omagad!!!! poco!!!! *POCO ringtone*
2024-07-27 02:39:18 -04:00
#!/bin/bash
while
[
true
]
;
do
node index.js
;
71 unstaged files
2024-08-12 05:13:32 -04:00
if
[
$?
-eq
1
]
;
then
exit
;
fi
omagad!!!! poco!!!! *POCO ringtone*
2024-07-27 02:39:18 -04:00
sleep 6
;
done
Reference in a new issue
Copy permalink