3 #=======================================================================
5 # File ID: aaece696-e7e9-11e5-8459-02010e0a6634
7 # Wrapper for okular(1) to get rid of the terminal noise
9 # Author: Øyvind A. Holm <sunny@sunbase.org>
10 # License: GNU General Public License version 2 or later.
11 #=======================================================================
17 for f
in /usr
/bin
/okular
/usr
/local
/bin
/okular
; do
18 test -e "$f" && file="$f"
21 if test -z "$file"; then
22 echo $progname: okular binary not found
>&2
26 "$file" "$@" 2>/dev
/null