Move the scripts into scripts/
This commit is contained in:
3
scripts/install.sh
Normal file
3
scripts/install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
apt-get install git npm nodejs
|
||||
npm install
|
||||
sh start.sh
|
5
scripts/start.sh
Normal file
5
scripts/start.sh
Normal file
@ -0,0 +1,5 @@
|
||||
while true;
|
||||
do
|
||||
/usr/bin/nodejs app.js
|
||||
sleep 5
|
||||
done
|
Reference in New Issue
Block a user