bin-utils/tmux_rattach.sh

6 lines
100 B
Bash
Raw Normal View History

2015-05-30 16:42:42 +00:00
#!/bin/sh
# Crée ou attache une session tmux
export TERM="xterm-256color"
tmux attach || tmux new