URI: 
       WHO WANTS TO PLAY TMUX RUSSIAN ROULETTE?
       
       ,----
       |   #!/bin/sh
       |   // tmux Russian roulette
       |   // roygbyte.com
       |   panes=$(
       |       tmux list-windows |\
       Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
       |        )
       |   random_window=$((
       Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
       Happy helping ☃ here: You tried to output a spurious TAB character. This will break gopher. Please review your scripts. Have a nice day!
       |   tmux select-window -t $random_window
       |   message="PEW!"
       |   tmux display-popup "$message"
       |   sleep 1
       |   tmux kill-window -t $random_window
       `----