diff options
Diffstat (limited to 'latex/.local/bin/szathura')
| -rwxr-xr-x | latex/.local/bin/szathura | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/latex/.local/bin/szathura b/latex/.local/bin/szathura new file mode 100755 index 0000000..019ac06 --- /dev/null +++ b/latex/.local/bin/szathura @@ -0,0 +1,3 @@ +#!/bin/sh +FNAME=$PWD/$1 +zathura -x "gvim --servername $FNAME -c \"let g:syncpdf='$FNAME'\" --remote +%{line} %{input}" $* |
