Skip to content

Instantly share code, notes, and snippets.

@adamamyl
Created May 18, 2015 12:31
Show Gist options
  • Select an option

  • Save adamamyl/b33ba85d7ee7ddabbcf0 to your computer and use it in GitHub Desktop.

Select an option

Save adamamyl/b33ba85d7ee7ddabbcf0 to your computer and use it in GitHub Desktop.
list of lists
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