Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/share/doc/lynx-2.8.8/samples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/lynx-2.8.8/samples/lynxdump
#!/bin/sh
# lynx -dump w/o numbers
: ${TMPDIR-/tmp}
: ${HOME-`pwd`}
oldmask=`umask`
umask 077
MYTMP=$TMPDIR/mytmp$$
mkdir $MYTMP || exit 1
trap 'cd /; rm -rf $MYTMP' 0 1 2 5 15
if test $HOME/.lynxrc ; then
  cp $HOME/.lynxrc $MYTMP/.lynxrc
fi
echo 'keypad_mode=NUMBERS_AS_ARROWS' >> $MYTMP/.lynxrc
HOME=$MYTMP; export HOME
lynx -justify -dump -force_html -with_backspaces -nolist $*

Hry