mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#! /bin/sh
|
|
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
|