mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
with this mode it's possible to start kindlepdfviewer opening last viewed file, bypassing filechooser
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
echo unlock > /proc/keypad
|
|
echo unlock > /proc/fiveway
|
|
cd /mnt/us/kindlepdfviewer/
|
|
./reader.lua $1
|
|
echo 1 > /proc/eink_fb/update_display
|