Skip to content

Instantly share code, notes, and snippets.

@endform
Created February 18, 2014 22:01
Show Gist options
  • Save endform/9081218 to your computer and use it in GitHub Desktop.
Save endform/9081218 to your computer and use it in GitHub Desktop.
boot-tmux
function boot-tmux {
rename-window $@
tmux new-session -d -s $@
tmux send-keys -t $@ "teamocil --here $@" C-m
tmux attach-session -t $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment