Add files via upload

This commit is contained in:
TheCrazyInsanity
2023-11-19 21:25:40 -05:00
committed by GitHub
parent 766b2f614b
commit fab0342458
8 changed files with 793 additions and 0 deletions

5
restart.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
while true
do
node .
done