Added script
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
echo "Active tmux Sessions"
|
||||
echo
|
||||
tmux ls
|
||||
echo 'Choose a Session to attach to ('$(tmux ls | cut -f1 -d":" | paste -sd " ,")'): '
|
||||
read session
|
||||
tmux a -t $session
|
||||
Reference in New Issue
Block a user