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