summaryrefslogtreecommitdiffstats
path: root/ncat/test/test-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ncat/test/test-environment.sh')
-rwxr-xr-xncat/test/test-environment.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ncat/test/test-environment.sh b/ncat/test/test-environment.sh
new file mode 100755
index 0000000..e78a220
--- /dev/null
+++ b/ncat/test/test-environment.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Print the contents of all environment variables set by Ncat.
+
+echo "NCAT_REMOTE_ADDR=$NCAT_REMOTE_ADDR"
+echo "NCAT_REMOTE_PORT=$NCAT_REMOTE_PORT"
+
+echo "NCAT_LOCAL_ADDR=$NCAT_LOCAL_ADDR"
+echo "NCAT_LOCAL_PORT=$NCAT_LOCAL_PORT"
+
+echo "NCAT_PROTO=$NCAT_PROTO"