aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/lmptb/nerv-old
diff options
context:
space:
mode:
authortxh18 <[email protected]>2015-10-23 20:58:27 +0800
committertxh18 <[email protected]>2015-10-23 20:58:27 +0800
commit8e7d9453520840b6a5e269a101ca72b4a7ab36fa (patch)
tree1c4278c0939d8fa07487aac6993f677f0480323f /nerv/examples/lmptb/nerv-old
parent1234c026869ab052e898cc2541143fe4a22312b6 (diff)
lmptb can be run after merge from master
Diffstat (limited to 'nerv/examples/lmptb/nerv-old')
-rwxr-xr-xnerv/examples/lmptb/nerv-old3
1 files changed, 0 insertions, 3 deletions
diff --git a/nerv/examples/lmptb/nerv-old b/nerv/examples/lmptb/nerv-old
deleted file mode 100755
index 4912bed..0000000
--- a/nerv/examples/lmptb/nerv-old
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-NERV_PATH="../.."
-exec "${NERV_PATH}/build/luajit-2.0/bin/luajit" -e "package.cpath=\"${NERV_PATH}/build/lib/?.so\"" -e "package.path=\"${NERV_PATH}/build/lua/?/init.lua;${NERV_PATH}/build/lua/?.lua;./?.lua;./?/init.lua\"" -e "require 'nerv'" "$@"