diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:33:41 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:33:41 +0100 |
commit | 672a463f541e770a315805b1252011f68a941b09 (patch) | |
tree | d4b0f214b197ccef208425de9edc0ff6f4527a81 | |
parent | d38a34631008f380418434d64c9bb52298ea8eaf (diff) |
launch john
-rw-r--r-- | listener.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listener.lua b/listener.lua index dd87ff0..9413181 100644 --- a/listener.lua +++ b/listener.lua @@ -13,7 +13,7 @@ local ops = {} function ops.deploy(pkgname) pm.cc() pm.dl(pkgname) - shell.run('fg '..pkgname) + shell.run(pkgname) end function ops.test() print("hello world") |