#!/usr/bin/env sh perl -0777 -pi -e '$tree=`exa -I XX* --tree --group-directories-first`; s/\n```\n(?:.|\n)+```/\n```\n$tree```/' README.md