package cmd import ( "gosh/types" ) func GoshPwd(sh *types.Shell) types.CmdOutput { return types.CmdOutput{Id: 0, Output: sh.Cd} }