[10:47] Morning peoples, critters and everything else [18:54] I need help from a bash wizard. If I use a here string to send input into a command how do I leave the input open so that I can interactively type after it runs? [18:57] E.g. If I run "su - <<< 'password'" it will accept the password but then it immediately exits because it received EOF. Or, I might use a command to run some SQL on a database that populates some temp tables and then manually execute a few things afterwards. [19:28] add ;$SHELL to the end of the initial command....it will re-open the shell