I have a bash script and I run the script using exec.Command
,
But the bash script required a TTY mode, my question how in Go could I run this bash script in TTY mode? Is it possible?
I have a bash script and I run the script using exec.Command
,
But the bash script required a TTY mode, my question how in Go could I run this bash script in TTY mode? Is it possible?