1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-05 06:57:38 +03:00
openwrt-packages/nupdf/files/nupdf.sh

12 lines
110 B
Bash
Raw Normal View History

2010-10-22 19:17:01 +03:00
#!/bin/sh
if [ "${1#/}" = "$1" ];
then
f=`pwd`/$1;
else
f=$1;
fi;
2010-10-22 19:17:01 +03:00
cd /usr/share/nupdf
./nupdf.bin "$f"