Porting over most of the things
This commit is contained in:
12
spoke-app-run
Executable file
12
spoke-app-run
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
main() {
|
||||
cd /home/spoke/app
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm use
|
||||
exec npm start
|
||||
}
|
||||
|
||||
main "${@}"
|
Reference in New Issue
Block a user