Skip to content

Instantly share code, notes, and snippets.

@paigeadelethompson
Created January 12, 2024 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paigeadelethompson/91f10d0bfb082d004373ab5fe1378b95 to your computer and use it in GitHub Desktop.
Save paigeadelethompson/91f10d0bfb082d004373ab5fe1378b95 to your computer and use it in GitHub Desktop.
for x in $(curl -L -k -s http://www.textfiles.com/artscene/ansi/bbs/ | tr ' ' '\n' | grep HREF | tr '"' ' ' | awk '{print $2}' | grep -P "(ans|vt)" | grep -v ".png" | grep "." | shuf); do
#echo $x
curl -L -k -s http://www.textfiles.com/artscene/ansi/bbs/$x | iconv -f 437 -t utf-8 | pv -q -L 600
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment