Skip to content

Instantly share code, notes, and snippets.

@endform
Created June 4, 2013 17:55
Show Gist options
  • Save endform/5708025 to your computer and use it in GitHub Desktop.
Save endform/5708025 to your computer and use it in GitHub Desktop.
script to start tmux session w/ teamocil profile
function boot-tmux {
echo -ne "\033]0;$@\007"
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