Fix typo reported by tonyb - https://www.projectaon.org/es/foro3/viewtopic.php?p...
[project-aon.git] / common / scripts / validate-all.sh
1 #!/bin/sh
2
3 for file in "$@"
4 do
5     echo "validating $file"
6     rxp -Vs $file
7 done