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