start script

This commit is contained in:
typpo 2012-04-07 16:15:23 -04:00
parent f53f38bbf6
commit 503ba14f78
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.swo
*~
node_modules/
nohup.out

3
scripts/start.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
nohup hotnode app.js &