aboutsummaryrefslogtreecommitdiff
path: root/tools/luastr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/luastr.sh')
-rw-r--r--tools/luastr.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/luastr.sh b/tools/luastr.sh
new file mode 100644
index 0000000..5b50c7d
--- /dev/null
+++ b/tools/luastr.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo "return [=====["
+echo "$(cat $1)"
+echo "]=====]"