start new:
tmux
start new with session name:
tmux new -s myname
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/bin/bash | |
| # this script needs a refactoring (but it works :) | |
| apt-get update | |
| apt-get -y git-core git-doc | |
| apt-get -y build-essential | |
| cd /opt | |
| git clone git://github.com/APE-Project/APE_Server.git |