nodescore/www/martin/svg/drafts/randomly-distribute-2-grid.sh

2 lines
90 B
Bash
Executable File

for i in {0..63}; do x=`find . -type f -iname "*.svg" | shuf -n 1`; cp $x ../$i.svg ;done