mirror of
https://github.com/python/cpython.git
synced 2024-12-15 12:54:31 +08:00
3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#! /bin/sh
|
|
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
|