Update bash launcher

This commit is contained in:
7cc5c4f330d47060 2024-07-29 18:27:16 -04:00
parent 813704d0c3
commit 7eb57edaa8

View file

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