Mercurial > hg > nodescore
view www/oi/svg/drafts/randomly-distribute-2-grid.sh @ 100:d802954248a7
new svgs for oi version
author | Rob Canning <rob@foo.net> |
---|---|
date | Wed, 10 Dec 2014 12:17:19 +0000 |
parents | |
children |
line wrap: on
line source
for i in {0..63}; do x=`find . -type f -iname "*.svg" | shuf -n 1`; cp $x ../$i.svg ;done