Ticket #864: zim_gui.sh

File zim_gui.sh, 375 bytes (added by elhennig, 2 years ago)
Line 
1#!/bin/bash
2/etc/init.d/zimreader start
3HTTP_PORT="8080"
4/usr/bin/ventura "http://127.0.0.1:$HTTP_PORT"
5#/usr/bin/eve "http://127.0.0.1:$HTTP_PORT"
6#links -g "http://127.0.0.1:$HTTP_PORT"
7#/usr/bin/midori "http://127.0.0.1:$HTTP_PORT"
8#/usr/bin/minimo "http://127.0.0.1:$HTTP_PORT"
9#/usr/bin/netsurf "http://127.0.0.1:$HTTP_PORT"
10sleep 2
11/etc/init.d/zimreader stop
12exit 0
13
14
15