aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2018-12-12 17:42:48 +0000
committerSolderpunk <solderpunk@sdf.org>2018-12-12 17:42:48 +0000
commite44a2d2b0703bf29754d4e44f97acce3e89f37a7 (patch)
treef08b8abe644d85e50e26df6e16d92c1e038a07fd
parentSort boards in forward, not backward, alphabetical order. (diff)
Don't hardcode a Lua version.
-rwxr-xr-xtelem.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/telem.lua b/telem.lua
index b4e9128..704855c 100755
--- a/telem.lua
+++ b/telem.lua
@@ -1,4 +1,4 @@
-#!/usr/bin/lua5.2
+#!/usr/bin/env lua
telemver = "0.3 // 2018-05-04"
require("pl.strict")