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