summaryrefslogtreecommitdiff
path: root/appl/demo/whiteboard/runwb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'appl/demo/whiteboard/runwb.sh')
-rwxr-xr-xappl/demo/whiteboard/runwb.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/appl/demo/whiteboard/runwb.sh b/appl/demo/whiteboard/runwb.sh
new file mode 100755
index 00000000..f64a6382
--- /dev/null
+++ b/appl/demo/whiteboard/runwb.sh
@@ -0,0 +1,7 @@
+#!/dis/sh.dis
+load std
+pctl forkns
+memfs /tmp
+cp /dis/wm/whiteboard.dis /tmp
+/dis/auxi/wbsrv /tmp $2
+grid/register -a resource Whiteboard -a size 600x400 -a name $1 {export /tmp}