Skip to content

Commit

Permalink
Forward arguments in vgpu_unlock (DualCoder#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
arki05 authored Apr 15, 2021
1 parent 9416363 commit 10fb78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgpu_unlock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def main():
exit()

device.on("child-added", on_child_added)
pid = device.spawn(sys.argv[2])
pid = device.spawn(["/bin/bash", "-c", ' '.join(sys.argv[2:])])
instrument(pid)

# Wait for everything to terminate before exiting.
Expand Down

0 comments on commit 10fb78a

Please sign in to comment.