Move the scripts into scripts/

This commit is contained in:
Cryptkeeper
2015-11-25 16:53:08 -06:00
parent afdb91e228
commit 43277fa273
2 changed files with 0 additions and 0 deletions

3
scripts/install.sh Normal file
View File

@ -0,0 +1,3 @@
apt-get install git npm nodejs
npm install
sh start.sh

5
scripts/start.sh Normal file
View File

@ -0,0 +1,5 @@
while true;
do
/usr/bin/nodejs app.js
sleep 5
done