]> Sergey Matveev's repositories - dotfiles.git/blob - tmux/bin/tmux-menu-calc.sh
Split huge bin/ to proper subdirectories
[dotfiles.git] / tmux / bin / tmux-menu-calc.sh
1 #!/bin/sh
2
3 tmux has-session -t calc || {
4     tmux new-session -d -s calc ~/bin/zc
5     tmux set-option -t calc status off
6 }
7 exec tmux attach-session -t calc