Skip to content

Instantly share code, notes, and snippets.

@gcnm-pgeil
Created July 7, 2015 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gcnm-pgeil/e69b6a0f6f30ce5aa199 to your computer and use it in GitHub Desktop.
Save gcnm-pgeil/e69b6a0f6f30ce5aa199 to your computer and use it in GitHub Desktop.
eXist / XQuery snippet sink
xquery version "3.0";
import module namespace process="http://exist-db.org/xquery/process"
at "java:org.exist.xquery.modules.process.ProcessModule";
let $options :=
<options><workingDir>/Users/foo</workingDir></options>
return
process:execute(("ls", "-l"), $options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment