aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wrap.sh')
-rwxr-xr-xwrap.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/wrap.sh b/wrap.sh
new file mode 100755
index 0000000..9a2cc65
--- /dev/null
+++ b/wrap.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# this is a dirty hack that will be disappearing soon
+# just saves me restarting the daemon every time i want to change something
+
+cd /usr/share/websockify
+MEMORY=512
+DISP=$(( ${2}-5900 ))
+DISP2=$(( ${2}+1000 ))
+qemu -hda $1 -m ${MEMORY} -net nic -net user -vnc :$DISP -usbdevice tablet &
+websockify -D ${DISP2} 127.0.0.1:${2}