3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
makeindex -s $1.ist -t $1.glg -o $1.gls $1.glo
|