summaryrefslogtreecommitdiff
path: root/vnc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.sh')
-rw-r--r--vnc.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/vnc.sh b/vnc.sh
deleted file mode 100644
index 0967ac6..0000000
--- a/vnc.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-#export DISPLAY=:99
-
-while ! nc -z 127.0.0.1 5904; do
- sleep 1
- echo "waiting for vnc..."
-done
-echo "vnc on."
-
-vncviewer -shared 127.0.0.1:5904