#!/bin/sh # Copyright for the Uniform Repository Service (c) 1995, 1996, 1997 # by Gerald Banon. All rights reserved. # Version 1.1 # edit_reference (er) na=$# a1=$1 umask 2 set `echo ../../../../..`; col=$1 cd .. # level 0 from not_sent if test ! -d library_service then echo "" echo improper current directory echo "" echo The current directory must be library_service. echo "" exit fi cd $col file=`ls -d $a1/bib/*` textedit $file/a.bib &