Skip to content

Instantly share code, notes, and snippets.

@handlename
Created March 26, 2012 14:58
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 handlename/2205682 to your computer and use it in GitHub Desktop.
Save handlename/2205682 to your computer and use it in GitHub Desktop.
create new window and exec command in it.
#!/bin/sh
tmux new-window "$*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment