Skip to content

Instantly share code, notes, and snippets.

@peiyunh
Created March 5, 2017 22:12
Show Gist options
  • Save peiyunh/ffc37e5302991d7b65d92dfb35336f23 to your computer and use it in GitHub Desktop.
Save peiyunh/ffc37e5302991d7b65d92dfb35336f23 to your computer and use it in GitHub Desktop.
types="easy medium hard"
for t in $types; do
pngs=`ls val/*/*_${t}.png | sort -k2 -th -n`
montage -tile 10x5 -mode Concatenate $pngs prec_rec_${t}_summary.png
echo "export summary of $t done"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment