💾 Archived View for gopher.zcrayfish.soy › 0 › irc › anonlynx › rlynx captured on 2024-07-08 at 23:49:48.

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

#!/usr/bin/rbash
echo Hello, welcome to zcrayfish.dyndns.org
echo
echo Your terminal is type: $TERM
if [[ $TERM == "ansi" ]]; then
  TERM=vt100
fi
echo Please wait just a moment...
sleep 5s
unset DISPLAY
#lynx -restrictions:all -realm gopher://zcrayfish.dyndns.org
lynx -restrictions:bookmark,bookmark_exec,change_exec_perms,chdir,dired_support,dotfiles,editor,exec,exec_frozen,file_url,goto,inside_ftp,inside_news,inside_rlogin,inside_telnet,jump,lynxcgi,mail,multibook,news_post,outside_ftp,outside_news,outside_rlogin,outside_telnet,print,shell,suspend,telnet_port,useragent -realm gopher://zcrayfish.dyndns.org
for i in {1..24}
do
   echo ""
done
echo Thanks for visiting zcrayfish.dyndns.org, goodbye!
sleep 3s
exit