Follow along with the video below to see how to install our site as a web app on your home screen.
Megjegyzés: This feature may not be available in some browsers.
pYura":1yxyonwm mondta:Miért lenne frissebb magától a Fórumtól? :?
#!/bin/bash
lynx -restrictions=all -width=320 -nonumbers -nolist -nostatus -dump http://stalker.hardwired.hu/forum/ | sed 's/ *$//g' | sed 's/^ *//g' | tr -s ' ' | tr -s '\t' | grep -v "\.[jpg|png|gif]" | sed -n '/Forum Topics Posts Last Post/,/Mark all forums read All/p'| sed 's/No new posts //' | sed 's/ View latest post//' >newpage.txt
diff -N -C2 oldpage.txt newpage.txt | sed '0,/---/{d}' | sed -n '/---/,$p' | grep -B2 "\!"
cp -f newpage.txt oldpage.txt
echo "vége"
read -n1
We use essential cookies to make this site work, and optional cookies to enhance your experience.