2 lines
63 B
Bash
2 lines
63 B
Bash
grep -q '/bin/zsh' etc/shells || echo '/bin/zsh' >> etc/shells
|
grep -q '/bin/zsh' etc/shells || echo '/bin/zsh' >> etc/shells
|