mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
4 lines
151 B
Bash
4 lines
151 B
Bash
#!/bin/sh
|
|
# Invokes Xalan-j java XSLT transform processor
|
|
# The xalan-j jar files must be on your java CLASSPATH
|
|
java org.apache.xalan.xslt.Process $*
|