projects
/
packages
/
x11vnc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- release 2
[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.078273 seconds
and
3
git commands to generate.