1 2 3 4 5 6 7
#!/bin/sh set -eu export LANG=POSIX.UTF-8 find src/content/img/ -type f -name '*.svg' | varlist 'img.svg'