brew install tmux
Run tmux -CC or tmux -CC attach in iTerm2 and then menu is shown on terminal:
- ESC to detach
- C to run commands
- X to force quit
- L for log
brew install tmux
Run tmux -CC or tmux -CC attach in iTerm2 and then menu is shown on terminal:
| var slaying = true; | |
| var youHit = Math.floor(Math.random()*2); | |
| var damageThisRound = Math.floor(Math.random()*2); | |
| var totalDamage = 0; | |
| while(slaying) | |
| { |