Skip to content

Instantly share code, notes, and snippets.

@georgezim85
Created November 16, 2020 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgezim85/19e31b847675524738988cf4236e83b7 to your computer and use it in GitHub Desktop.
Save georgezim85/19e31b847675524738988cf4236e83b7 to your computer and use it in GitHub Desktop.
Bash alias for running a javascript project on two new gnome-terminal tabs
alias runnow='gnome-terminal --tab -- bash -c "cd ~/runnow/functions; npm run serve; bash";\
gnome-terminal --tab -- bash -c "cd ~/runnow; npm start; bash";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment