diff options
author | txh18 <[email protected]> | 2015-10-23 19:36:31 +0800 |
---|---|---|
committer | txh18 <[email protected]> | 2015-10-23 19:36:31 +0800 |
commit | 1234c026869ab052e898cc2541143fe4a22312b6 (patch) | |
tree | bd4b980ae12340b4ea3a8aa6259d43dc891b5568 /embedding_example/run.sh | |
parent | f0937ae6e6401f25f15bb0e83e764ca888e81f11 (diff) | |
parent | 64fce92b7845b716f3c168036691c37b2467d99b (diff) |
Just come back, let's merge the new master
Merge branch 'master' into txh18/rnnlm
Diffstat (limited to 'embedding_example/run.sh')
-rwxr-xr-x | embedding_example/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embedding_example/run.sh b/embedding_example/run.sh new file mode 100755 index 0000000..e919263 --- /dev/null +++ b/embedding_example/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export LUA_PATH='/home/slhome/mfy43/.luarocks/share/lua/5.1/?.lua;/home/slhome/mfy43/.luarocks/share/lua/5.1/?/init.lua;/home/slhome/mfy43/nerv/install/share/lua/5.1/?.lua;/home/slhome/mfy43/nerv/install/share/lua/5.1/?/init.lua;./?.lua;/usr/local/share/luajit-2.0.4/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua' +export LUA_CPATH='/home/slhome/mfy43/.luarocks/lib/lua/5.1/?.so;/home/slhome/mfy43/nerv/install/lib/lua/5.1/?.so;./?.so;/usr/local/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so' +./main |