Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--th2
1 files changed, 2 insertions, 0 deletions
diff --git a/th b/th
index 87502e4..2722690 100644
--- a/th
+++ b/th
@@ -1,5 +1,7 @@
#!/usr/bin/env luajit
+loadstring = loadstring or load -- for lua 5.2 compat
+
-- help
local help = [==[
Usage: th [options] [script.lua [arguments]]