1 #!/bin/sh 2 #------------------------------------------------------------------------------- 3 # c2bciter -- Wrapper for calling cb2Bib Citer 4 # cb2Bib Tools 5 # Copyright (C) 2004-2021 by Pere Constans 6 # constans@molspaces.com 7 # 8 # Copyright (C) 2009 by Filippo Rusconi 9 # rusconi@mnhn.fr 10 # 11 # June 2009: 12 # - Make use of the "$@" argument instead of problematic "$1". 13 # 14 # See the LICENSE file that comes with this distribution 15 #------------------------------------------------------------------------------- 16 # Usage: c2bciter [dirname1 [dirname2 ... ]] 17 # c2bciter [filename1.bib [filename2.bib ... ]] 18 #------------------------------------------------------------------------------- 19 20 cb2bib --citer "$@"