Skip to content

Commit

Permalink
playground: Add run function to locals (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
chivay authored Jul 8, 2021
1 parent 110c985 commit 82f29d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drakrun/drakrun/playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def main():
"mount": shell.mount,
"drakvuf": shell.drakvuf,
"vm": shell.vm,
"run": shell.run,
}
banner = dedent(
"""
Expand Down

0 comments on commit 82f29d0

Please sign in to comment.