pub fn default_shell() -> String
Default value for shell field
shell
let a = default_shell(); assert_eq!(a, "sh");