okreader/files/okreader.sh

9 lines
107 B
Bash
Raw Normal View History

#!/bin/bash
export WIFI_MODULE=brcmfmac
cd /opt/koreader
while true; do
./luajit ./reader.lua /mnt
done