3 lines
60 B
Bash
3 lines
60 B
Bash
|
#!/bin/sh
|
||
|
exec xmllint --noout --schema xrd-1.0-os.xsd "$1"
|