3 lines
72 B
Plaintext
3 lines
72 B
Plaintext
|
#! /bin/sh
|
||
|
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
|