the-forest/start.sh

8 lines
171 B
Bash
Raw Normal View History

2024-12-12 13:36:45 -05:00
#!/bin/bash
export NVM_DIR="/home/shoofle/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
cd /var/www/theforest.shoofle.net
cd server
npm start