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