mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
72e4808889
this should fix issue #47
9 lines
176 B
Bash
Executable File
9 lines
176 B
Bash
Executable File
#!/bin/sh
|
|
export LC_ALL="en_US.UTF-8"
|
|
|
|
echo unlock > /proc/keypad
|
|
echo unlock > /proc/fiveway
|
|
cd /mnt/us/kindlepdfviewer/
|
|
./reader.lua $1
|
|
echo 1 > /proc/eink_fb/update_display
|