joewiz
5/11/2015 - 4:48 PM

Make an XQuery file executable in eXist

Make an XQuery file executable in eXist

let $path-to-xq := '/db/cms/apps/tei-content/views/ebook-batch.xq'
return
    sm:chmod(xs:anyURI($path-to-xq), 'rwxr-xr-x')