1 2 3 4 5
#!/bin/bash cd src/luarocks find . -type f -name '*.tl' -not -name '*.d.tl' -execdir tl gen '{}' \;