diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:47:50 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:47:50 +0000 |
commit | 9fc524abee6bec523d70b8a30f6d52a02c6c90d0 (patch) | |
tree | d0979b536847a3171d563c9ce7e443525c1e4d48 | |
parent | 4f94ad0011726ef1c9d4e94d38b51600a7e1679d (diff) |
launch beeite
-rw-r--r-- | listener.lua | 1 |
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 |