find . -name \*_norm.tga | while IFS= read -r L; do heightsource=1 filter=3 scale=0.4 ~/Games/Xonotic/misc/tools/normalmap.sh "$L" "$L"; done