Download all your blog posts on blogs.perl.org
Perhaps some of you might find it of use: I just wrote (and am running) a script to download-all-blogs.perl.org-posts-of-a-user. It's not as fast as I would like it to be because apparently wget does not accept mixing -k with -nc.
I also noticed that github does not syntax-highlight the script as Perl code. Probably because I use "#!/usr/bin/env perl" instead of "#!/usr/bin/perl".
> I also noticed that github does not syntax-highlight the script as Perl code.
No, I tested with
https://github.com/github/linguist
seems the problem is "." in filename.
I reported linguist issue https://github.com/github/linguist/issues/738 just in case
Ah, it makes more sense.