Server IP : 82.112.229.145 / Your IP : 3.144.23.53 Web Server : LiteSpeed System : Linux in-mum-web1672.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u848902883 ( 848902883) PHP Version : 8.1.31 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0555) : /home/../usr/lib64/qt5/plugins/audio/../xcbglintegrations/../../../../bin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
#!/usr/bin/sh # Copyright (C) 2014-2018 Free Software Foundation, Inc. # # This file is part of groff. # # groff is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation, either version 2 of the License (GPL2). # # groff is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # The GPL2 license text is available in the internet at # <http://www.gnu.org/licenses/gpl-2.0.txt>. # Provision of this shell script should not be taken to imply that use of # GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported. GROFF_RUNTIME="${GROFF_BIN_PATH=/usr/bin}:" PATH="$GROFF_RUNTIME$PATH" export PATH exec eqn -Tascii ${1+"$@"} # eof