]> git.pld-linux.org Git - packages/x11vnc.git/blob - x11vnc-x11vncd
Release 4 (by relup.sh)
[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.068879 seconds and 4 git commands to generate.