source: branches/bibliolocean/src/jabref_header.sh @ 226

Last change on this file since 226 was 215, checked in by pinsard, 12 years ago

process all aeres types

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 179 bytes
Line 
1function jabref_header {
2# output file
3ofile=${1}
4{
5echo "% This file was articifialy created for JabRef ${JABREF_VERSION}."
6echo "% Encoding: ISO8859_1"
7echo " "
8} > ${ofile}
9}
10
Note: See TracBrowser for help on using the repository browser.