cfg/bin/resume

6 lines
129 B
Plaintext
Raw Normal View History

#!/bin/bash
[ -n "${TMUX}" ] && exit 1
tmux attach-session -t $(tmux list-sessions | sort -n | head -n1 | cut -d: -f1) || tmux