#!/bin/tcsh
# refreshpdf
# Claus Gerhardt
# Dec. 2006
# Usage
# refreshpdf  fullpath.pdf

set path= ( $home/texprograms /usr/local/bin /usr/bin /bin /sbin /usr/sbin )




echo $1  >  $home/Library/Flashmode/Input-Files/acrobat-input
open  $home/Library/Flashmode/Applications/refreshpdf.app


