scatterd-dotfiles/bin/tat

6 lines
133 B
Text
Raw Normal View History

#!/bin/sh
#
# Attach or create tmux session named the same as current directory.
tmux new-session -As "$(basename "$PWD" | tr . -)"