Dev version retroactive commit

This commit is contained in:
Xavier Danaux 2010-05-19 02:36:03 +02:00
commit 581eef622f
19 changed files with 1434 additions and 28 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash
for file in *.aux ; do
bibtex basename $file .aux
done