uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
lib
/
.
/
.
/
urandom
/
..
/
xml-core
/
..
/
python
/
..
/
python
/
..
/
git
/
..
/
python-support
/
..
/
..
/
bin
/
pdftexi2dvi
/
/
#!/bin/sh # $Id: texi2pdf 5381 2013-09-26 23:03:58Z karl $ # Written by Thomas Esser. Public domain. # Execute texi2dvi --pdf. test -f /bin/ksh && test -z "$RUNNING_KSH" \ && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ && { RUNNING_KSH=true; export RUNNING_KSH; exec /bin/ksh $0 ${1+"$@"}; } unset RUNNING_KSH test -f /bin/bsh && test -z "$RUNNING_BSH" \ && { UNAMES=`uname -s`; test "x$UNAMES" = xAIX; } 2>/dev/null \ && { RUNNING_BSH=true; export RUNNING_BSH; exec /bin/bsh $0 ${1+"$@"}; } unset RUNNING_BSH # hack around a bug in zsh: test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' rcs_revision='$Revision: 5381 $' rcs_version=`set - $rcs_revision; echo $2` # special-case --version following GNU standards for identifying the # program name. If --version is specified as other than the first # argument, we don't output the standard name, but then, we're not # obliged to. if test "x$1" = x--version; then cat <<EOF texi2pdf (GNU Texinfo 5.2) $rcs_version Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. EOF exit 0 fi texi2dvi --pdf ${1+"$@"}
/var/lib/././urandom/../xml-core/../python/../python/../git/../python-support/../../bin/pdftexi2dvi