view www/martin/svg/drafts/randomly-distribute-2-grid.sh @ 96:b418e7a06f36

random grid disribution of svg
author Rob Canning <rob@foo.net>
date Fri, 01 Aug 2014 13:43:16 +0100
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