Created
September 29, 2016 17:54
-
-
Save jwmatthews/d551646e3afc4ce8aba779e3cbee0d67 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
$ cat run_dev_servers_in_tmux.sh | |
#!/bin/sh | |
su -l -c 'tmux new -d -s react_server \"cd /vagrant && npm start\"' vagrant | |
su -l -c 'tmux new -d -s flask_server \"cd /vagrant && start_dev_api.sh\"' vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment