You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/platform/kindle
NiLuJe 02fcb9037b Fix startup scripts.
Thanks to @Markismus's questions, I realized that some of what i thought
was true, wasn't.

First, pkill is a terrible idea to check for interpreted scripts.
Second, pidof is also potentially not that great for interpreted
scripts, because it'll only work with a shebang, and one that is
following the Linux syntax.
We don't have the full version with the -x to paper over that,
so use pgrep -f instead.

cf.
a736a571d2 (commitcomment-10948910)
for the gory details.
9 years ago
..
extensions/koreader Nice typo bro! 9 years ago
launchpad move platform dependent files into 'platform' directory 10 years ago
koreader.sh Fix startup scripts. 9 years ago
kotar_cpoint move platform dependent files into 'platform' directory 10 years ago
libkohelper.sh Fix the eips prints on a KT2 9 years ago