18:57 cheako: I don't know how useful this will be, but I can set this up and just let it run... so it's fine.
18:58 cheako: `while i=$(( RANDOM % 3 )); case $i in 0) ~/gfxrecon-replay ~/${f[i]} >>five.txt ;; 1) ~/gfxrecon-replay ~/${f[i]} >>six.txt ;; 2) ~/gfxrecon-replay ~/${f[i]} >>seven.txt;;esac; do :; done`