Maybe `bash -c -i` or an `interactive` option? Use case: user needs to check a couple of config files are correct, then hit Enter to continue (via `read -p "Press Enter`). Currently it just hangs
Maybe
bash -c -ior aninteractiveoption?Use case: user needs to check a couple of config files are correct, then hit Enter to continue (via
read -p "Press Enter). Currently it just hangs