aboutsummaryrefslogtreecommitdiff
path: root/telem.lua
diff options
context:
space:
mode:
authorYargo <yargo@circumlunar.space>2018-05-04 11:51:25 +0000
committerYargo <yargo@circumlunar.space>2018-05-04 11:51:25 +0000
commit82d1d557911ca4ab8b31d74986ad90000e566985 (patch)
tree714a8c554ecac3044ff11f91585d9a69bdf3a00f /telem.lua
parentadd who command and telem.lua version (diff)
replace who by w: more useful!
Diffstat (limited to '')
-rwxr-xr-xtelem.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/telem.lua b/telem.lua
index d5670b2..694f4b9 100755
--- a/telem.lua
+++ b/telem.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua5.2
-telemver = "0.2 // 2018-05-04"
+telemver = "0.3 // 2018-05-04"
io = require("io")
os = require("os")
@@ -215,7 +215,7 @@ function do_stub()
end
function do_who()
- os.execute("/usr/bin/who")
+ os.execute("/usr/bin/w")
end
-- MAIN PROGRAM BODY BELOW