Staging
v0.5.1
https://github.com/python/cpython
Revision a608febd5fe146f0eea6780402de15c09a9d9ff4 authored by Fred Drake on 12 April 1998, 03:58:13 UTC, committed by Fred Drake on 12 April 1998, 03:58:13 UTC
1 parent ae9bc67
Raw File
Tip revision: a608febd5fe146f0eea6780402de15c09a9d9ff4 authored by Fred Drake on 12 April 1998, 03:58:13 UTC
Fix typo. (What I get for trying to fix bugs at home and running conversions
Tip revision: a608feb
whichlibs
#!/bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
back to top