You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
250 B
7 lines
250 B
#!/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
|