15 lines
785 B
Plaintext
Executable File
15 lines
785 B
Plaintext
Executable File
#tmux kill-session -t aardwolf
|
|
#tmux new-session -d -s aardwolf -x 189 -y 47
|
|
#tmux splitw -v -l 20 'tail -fs .1 /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/quest'
|
|
#tmux selectp -t 0
|
|
#tmux splitw -v -l 22 'tail -fs .1 /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/affects'
|
|
#tmux selectp -t 2
|
|
#tmux attach-session -t aardwolf
|
|
#tmux splitw -h -l 140 'tail -fs .1 /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/channel.log'
|
|
#tmux splitw -v -l 37 'tt++ -G /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/setup.tin'
|
|
#tmux send-keys -t 0 'exit' Enter
|
|
|
|
tmux split-window -v -p 80 'tail -fs .1 /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/channel.log'
|
|
tmux swap-pane -Dd
|
|
tmux send-keys 'tt++ -G /home/br4n/documents/MUD/AardWolf/aardwolf/aardwolf/setup.tin' Enter
|