summaryrefslogtreecommitdiffstats
path: root/example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example.lua')
-rw-r--r--example.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/example.lua b/example.lua
deleted file mode 100644
index db9973a..0000000
--- a/example.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-mymod = require("privsep").wrap("mymod", "dummy session token")
-posix = require("posix")
-
-print(mymod.myfunc("foo", false))
-
-print("posix.getpid:", posix.getpid().pid)
-print("mymod.getpid:", mymod.getpid().pid)
-
-
-