Hacker News new | ask | show | jobs
by cmiller1 3714 days ago
>Open issue: how to deal with a command that requires interaction.

Yet this problem is solved very simply in bash and other shells by simply allowing you to explicitly tell it when to run a command in the background and when not to using the & command.