4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
tmux attach -t $(tmux ls | cut -f1 -d':' | dmenu -p "tmux sessions :")
|