8 lines
250 B
Bash
Executable File
8 lines
250 B
Bash
Executable File
#!/bin/bash
|
|
tmux kill-session -t aardwolf
|
|
tmux new-session -d -s aardwolf -x 137 -y 31 'tail -fs .1 Aardwolf-chats'
|
|
tmux splitw -v -l 21 'tt++ -G setup.tin;bash -i'
|
|
tmux splitw -h -l 30 'tail -fs .1 minimap'
|
|
tmux selectp -t 1
|
|
tmux attach -t aardwolf
|