summaryrefslogtreecommitdiff
path: root/listener.lua
diff options
context:
space:
mode:
Diffstat (limited to 'listener.lua')
-rw-r--r--listener.lua2
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