Skip to content

Instantly share code, notes, and snippets.

@mesaque
Last active June 26, 2018 14:42
Show Gist options
  • Save mesaque/14124dfb6deea7de004ce9223edb3c59 to your computer and use it in GitHub Desktop.
Save mesaque/14124dfb6deea7de004ce9223edb3c59 to your computer and use it in GitHub Desktop.
#!/bin/bash
#how to use:
##crontab -e @reboot /some/path/imasters-startup.sh
#dont forget
## chmod +x /some/path/imasters-startup.sh
DIR=/var/www/html/imasters.com.br/public
cd $DIR
yarn prod-start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment