TinTin++ Configs for DiscworldMUD
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.

14 lines
483 B

6 years ago
  1. if [[ ! $(tmux ls -F '#S') =~ discworld ]]; then
  2. rm logs/minimap.log && touch logs/minimap.log
  3. rm logs/mapdoortext.log && touch logs/mapdoortext.log
  4. rm logs/chat.log && touch logs/chat.log
  5. tmux new-session -d -A -D -s discworld 'tail -fs .5 logs/chat.log'
  6. tmux select-window -t discworld:0
  7. tmux split-window -v -p 85 'bash'
  8. tmux send-keys 'tt++ -G config.tin' 'C-m'
  9. # clear && watch -n10 logs/xptimers.log
  10. fi
  11. tmux -2 attach-session -t discworld -d