mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01: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 |