#! /bin/bash # Last edited on 2013-08-24 15:37:53 by stolfilocal # Creates in the current directory # links to the named bibliography files # which are supposed to live in ~/EXPORTS/bibliography for d in $*; do ln -s ${STOLFIHOME}/EXPORT/bibliography/${d}.bib ${d}.bib ls -ld ${d}.bib done