7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/usr/bin/bash
|
|
#
|
|
# Quick script to attach to tmux where anaconda is running
|
|
#
|
|
|
|
/usr/bin/tmux -u attach -t anaconda
|