diff options
Diffstat (limited to 'src/devices/pic/xml_data/validate.sh')
-rwxr-xr-x | src/devices/pic/xml_data/validate.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/pic/xml_data/validate.sh b/src/devices/pic/xml_data/validate.sh new file mode 100755 index 0000000..20dbe5e --- /dev/null +++ b/src/devices/pic/xml_data/validate.sh @@ -0,0 +1,5 @@ +cd validate +make +cd .. +validate/validate $1 + |