Add start script

This commit is contained in:
Ubuntu 2021-11-30 22:09:19 +01:00
parent 5b40b184f2
commit 5e19049fd5

4
start.sh Normal file
View file

@ -0,0 +1,4 @@
while [ true ]
do
node .
done