Skip to content

Instantly share code, notes, and snippets.

@yuhonas
Created November 20, 2021 09:04
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 yuhonas/6f8ad1bd5b52298c7f5ccf65e43a6759 to your computer and use it in GitHub Desktop.
Save yuhonas/6f8ad1bd5b52298c7f5ccf65e43a6759 to your computer and use it in GitHub Desktop.
bbs ansi art downloader and converter script
#!/bin/bash
# Usage
# $0 http://artscene.textfiles.com/ansi/bbs/sunshine.8bs
curl $1 | iconv -f 437 | pv --quiet --rate-limit 7000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment