aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/lmptb/nerv
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/examples/lmptb/nerv')
-rwxr-xr-xnerv/examples/lmptb/nerv3
1 files changed, 3 insertions, 0 deletions
diff --git a/nerv/examples/lmptb/nerv b/nerv/examples/lmptb/nerv
new file mode 100755
index 0000000..7b3b879
--- /dev/null
+++ b/nerv/examples/lmptb/nerv
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec '/home/slhome/txh18/workspace/nerv-project/nerv/install/bin/luajit' -e 'package.path="/home/slhome/txh18/.luarocks//share/lua/5.1/?.lua;/home/slhome/txh18/.luarocks//share/lua/5.1/?/init.lua;/home/slhome/txh18/workspace/nerv-project/nerv/install/share/lua/5.1/?.lua;/home/slhome/txh18/workspace/nerv-project/nerv/install/share/lua/5.1/?/init.lua;"..package.path; package.cpath="/home/slhome/txh18/.luarocks//lib/lua/5.1/?.so;/home/slhome/txh18/workspace/nerv-project/nerv/install/lib/lua/5.1/?.so;"..package.cpath' -e 'local k,l,_=pcall(require,"luarocks.loader") _=k and l.add_context("nerv","scm-1")' '/home/slhome/txh18/workspace/nerv-project/nerv/install/lib/luarocks/rocks/nerv/scm-1/bin/nerv' "$@"