summaryrefslogtreecommitdiff
path: root/support/refreshpdf/Flashmode/bin
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/refreshpdf/Flashmode/bin
Initial commit
Diffstat (limited to 'support/refreshpdf/Flashmode/bin')
-rw-r--r--support/refreshpdf/Flashmode/bin/refreshpdf16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/refreshpdf/Flashmode/bin/refreshpdf b/support/refreshpdf/Flashmode/bin/refreshpdf
new file mode 100644
index 0000000000..0cba7670cc
--- /dev/null
+++ b/support/refreshpdf/Flashmode/bin/refreshpdf
@@ -0,0 +1,16 @@
+#!/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
+
+