mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
5 lines
134 B
Bash
5 lines
134 B
Bash
#!/bin/sh
|
|
# Simple invocation of saxon-B java XQuery processor
|
|
# The saxon9.jar must be in your CLASSPATH
|
|
java net.sf.saxon.Query $*
|
|
|