aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortxh18 <cloudygooseg@gmail.com>2015-10-23 16:57:00 +0800
committertxh18 <cloudygooseg@gmail.com>2015-10-23 16:57:00 +0800
commit3c59c34c9d2834db2d1849ddf9ddcb470adda0e0 (patch)
tree6c74379db393c59ebb9475dd938ffb8b4af9ec68
parentf0937ae6e6401f25f15bb0e83e764ca888e81f11 (diff)
testrnn
-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'" "$@"