����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-10 01:47:57 1999.30 GB Free: 63.54 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
#!/bin/sh # $Id: gauge0-input-fd,v 1.5 2010/01/13 10:20:03 tom Exp $ # modified "gauge0" script to use "--input-fd" option. . ./setup-vars exec 3<&0 PCT=10 ( sleep 1 while test $PCT != 110 do cat <<EOF XXX $PCT The new\n\ message ($PCT percent) XXX EOF PCT=`expr $PCT + 10` sleep 1 done ) | $DIALOG --title "GAUGE" --input-fd 3 "$@" --gauge "Hi, this is a gauge widget" 0 0 0 exec 3<&-