diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:39:28 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:39:28 +0000 |
commit | 336bb0289eee8df7d6632794a4c7d54a32e49019 (patch) | |
tree | d1e52e9b067cfb57ccbef007845e9065c4b02a5e | |
parent | 28f9cb9b984621a6f1868e0d70454ee72e7f2031 (diff) |
launch
-rw-r--r-- | listener.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua index ae13cf2..172c721 100644 --- a/listener.lua +++ b/listener.lua @@ -11,7 +11,7 @@ function main() -- more sophisticated cmds later, maybe local pkgname = parsed.msg:gsub("%s","") pm.dl(pkgname) - multishell.launch({},pkgname..'.lua') + shell.run('bg '..pkgname) end end end |