TinTin++ setup for Aardwolf MUD
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

  1. #!/bin/bash
  2. tmux kill-session -t aardwolf
  3. tmux new-session -d -s aardwolf -x 137 -y 31 'tail -fs .1 Aardwolf-chats'
  4. tmux splitw -v -l 21 'tt++ -G setup.tin;bash -i'
  5. tmux splitw -h -l 30 'tail -fs .1 minimap'
  6. tmux selectp -t 1
  7. tmux attach -t aardwolf