Ryan

Results 1 comments of Ryan

Hello, ```go script.Echo("Password").Exec("sudo apt-get update").Tee().Wait() ``` Doesn't seem to work for sudo password. Maybe this is a good thing, however, this operation doesn't work either: ```go script.Echo("Y").Exec("sudo apt-get remove python3").Tee().Wait()...