bashing
bashing copied to clipboard
Allow interactive task
Currently, because tasks are run in a background process, it's not possible for a task to interact with the user (e.g. asking for input).
This PR fixes this problem by running tasks in a subshell instead.