Party Russian Roulette :)(gist.github.com)1 points·by yra·13년 전·0 commentsgist.github.comParty Russian Roulette :)https://gist.github.com/yradunchev/8193960Have fun in NYE:$ while :;do clear;echo -e 'beer\nwine\nwhiskey\nvinegar' | sort -R | head -1 | figlet -tc; read -t .01 -n 1 && read -n 1; done0 commentsPost comment—
$ while :;do clear;echo -e 'beer\nwine\nwhiskey\nvinegar' | sort -R | head -1 | figlet -tc; read -t .01 -n 1 && read -n 1; done