Created
November 20, 2021 09:04
-
-
Save yuhonas/6f8ad1bd5b52298c7f5ccf65e43a6759 to your computer and use it in GitHub Desktop.
bbs ansi art downloader and converter script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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