summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-30 23:47:50 +0000
committerubq323 <ubq323@ubq323.website>2024-03-30 23:47:50 +0000
commit9fc524abee6bec523d70b8a30f6d52a02c6c90d0 (patch)
treed0979b536847a3171d563c9ce7e443525c1e4d48 /listener.lua
parent4f94ad0011726ef1c9d4e94d38b51600a7e1679d (diff)
launch beeite
Diffstat (limited to 'listener.lua')
-rw-r--r--listener.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/listener.lua b/listener.lua
index 172c721..1419f99 100644
--- a/listener.lua
+++ b/listener.lua
@@ -10,6 +10,7 @@ function main()
print("got msg",parsed.msg)
-- more sophisticated cmds later, maybe
local pkgname = parsed.msg:gsub("%s","")
+ pm.cc()
pm.dl(pkgname)
shell.run('bg '..pkgname)
end