summaryrefslogtreecommitdiffstats
path: root/tests/nx/client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nx/client.sh')
-rwxr-xr-xtests/nx/client.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/nx/client.sh b/tests/nx/client.sh
new file mode 100755
index 00000000..dc264560
--- /dev/null
+++ b/tests/nx/client.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+xhost +
+
+if ! [ -d .nx ]
+then
+ mkdir .nx
+fi
+
+export LD_LIBRARY_PATH=$PWD
+
+./nxproxy -S nx/nx,session=session,id=jay,root=.nx,connect=127.0.0.1:10,delta=1,stream=1,data=1
+