Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/lib/rpm/ drwxr-xr-x |
Viewing file: Select action/file-type: #!/bin/bash [ $# -ge 1 ] || { cat > /dev/null exit 0 } PYVER=`python -c "import sys; v=sys.version_info[:2]; print '%d.%d'%v"` case $1 in -P|--provides) shift grep "/usr/bin/python\*\$" >& /dev/null && echo "python(abi) = ${PYVER}" exit 0 ;; -R|--requires) shift grep "/usr/lib[^/]*/python${PYVER}/" >& /dev/null && echo "python(abi) = ${PYVER}" exit 0 ;; esac exit 0 |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0027 ]-- |