Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\dmz\phpMyAdmin\libraries\plugins\transformations\ drwxrwxrwx |
Viewing file: generator_main_class.sh (363 B) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | #!/bin/bash # # Shell script that creates only the main class for a new transformation # plug-in, using a template # # $1: MIMEType # $2: MIMESubtype # $3: Transformation Name if [ $# != 3 ] then echo -e "Usage: ./generator_main_class.sh MIMEType MIMESubtype TransformationName\n" exit 65 fi ./generator_plugin.sh "$1" "$2" "$3" "--generate_only_main_class" |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |