This repository has been archived on 2024-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
botvX_forgejo2/launch.sh
2024-08-02 02:33:31 -04:00

6 lines
No EOL
90 B
Bash
Executable file

#!/bin/bash
while [ true ];
do node index.js;
if [ $? -eq 1 ]; then exit; fi
sleep 6;
done