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