start script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.swo
|
*.swo
|
||||||
*~
|
*~
|
||||||
node_modules/
|
node_modules/
|
||||||
|
nohup.out
|
||||||
|
3
scripts/start.sh
Executable file
3
scripts/start.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
nohup hotnode app.js &
|
Reference in New Issue
Block a user