mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
f74def7a69
This change also modifies installation directory for install and customupdate make targets to /mnt/us/kindlepdfviewer
7 lines
162 B
Bash
Executable File
7 lines
162 B
Bash
Executable File
#!/bin/sh
|
|
echo unlock > /proc/keypad
|
|
echo unlock > /proc/fiveway
|
|
cd /mnt/us/kindlepdfviewer/
|
|
./reader.lua /mnt/us/documents
|
|
echo 1 > /proc/eink_fb/update_display
|