qlobe (214B)
1 #!/usr/bin/env bash 2 # this should have low priority 3 renice 20 $$ 4 while :; do 5 clear; 6 for ((;;)); do 7 for i in {1..360}; do 8 tput cup 0 0; 9 ruby qlobe_quine.rb $i; 10 done; 11 done; 12 done 2>/dev/null
dotfilesMy personal shell configs and stuff | |
git clone git://git.alex.balgavy.eu/dotfiles.git | |
Log | Files | Refs | Submodules | README |