]> git.pld-linux.org Git - packages/x11vnc.git/blame - x11vnc-x11vncd
- release 2
[packages/x11vnc.git] / x11vnc-x11vncd
CommitLineData
34838602 1#!/bin/sh
2
3if [ -f /etc/sysconfig/x11vncd ]; then
4 . /etc/sysconfig/x11vncd
5fi
6
7while(true)
8do
9 /usr/bin/x11vnc $X11VNC_OPTIONS 1>/dev/null 2>&1
10 sleep 1s
11done
This page took 0.12368 seconds and 4 git commands to generate.