Hello,
Am Freitag, 3. Juni 2022 schrieb Harsh Rathore :
> Hello everyone,
> so I am trying to make a custom linux shell in golang, among other
things, I want this shell to be able to run BASH shell.
> Like when we are prompted with sh shell
> $
Of course it is feasable to make a Golang remake of
Hello everyone,
so I am trying to make a custom linux shell in golang, among other things,
I want this shell to be able to run BASH shell.
Like when we are prompted with sh shell
$
executing /bin/bash, provides bash prompt
$ /bin/bash
user@hostName:~#
similarly, I want my golang shell to provide