diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:32:56 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 03:32:56 +0100 |
commit | d38a34631008f380418434d64c9bb52298ea8eaf (patch) | |
tree | 54b9e6baa22932230babd804589b93518210519a | |
parent | f0578526f32c5d6be597953b8563b354915c4c8f (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 4574c77..dd87ff0 100644 --- a/listener.lua +++ b/listener.lua @@ -13,7 +13,7 @@ local ops = {} function ops.deploy(pkgname) pm.cc() pm.dl(pkgname) - shell.run('bg '..pkgname) + shell.run('fg '..pkgname) end function ops.test() print("hello world") |