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