pub async fn execute_script_interactive( script: String, shebang: String, ) -> Result<ScriptSession, Box<dyn Error + Send + Sync>>
Execute a script interactively, allowing for ongoing stdin/stdout interaction