3 lines
126 B
Bash
Executable File
3 lines
126 B
Bash
Executable File
grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
|
|
grep -q '/bin/sh' etc/shells || echo '/bin/sh' >> etc/shells
|