Created
May 18, 2015 12:31
-
-
Save adamamyl/b33ba85d7ee7ddabbcf0 to your computer and use it in GitHub Desktop.
list of lists
This file contains hidden or 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
| list_lists --bare | perl -ne 'chomp; print qq^<li><a href="/listinfo/$_">$_</a></li>\n^;' >> /path/to/index.inc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment