Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Created January 28, 2016 17:41
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 andmcgregor/c51821c4f8f7da90ba37 to your computer and use it in GitHub Desktop.
Save andmcgregor/c51821c4f8f7da90ba37 to your computer and use it in GitHub Desktop.
#!/bin/bash
tmux new-window -n $1 vim shaders/$1.vert
tmux split-window -t$1 -h vim shaders/$1.frag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment