Last active
June 26, 2018 14:42
-
-
Save mesaque/14124dfb6deea7de004ce9223edb3c59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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