1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-01-14 16:21:05 +02:00

12 lines
110 B
Bash
Raw Normal View History

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