mirror of
https://github.com/moderncv/moderncv.git
synced 2026-06-06 09:07:01 +02:00
4 lines
No EOL
72 B
Bash
4 lines
No EOL
72 B
Bash
#!/bin/bash
|
||
for file in *.aux ; do
|
||
bibtex ‘basename $file .aux‘
|
||
done |