3 lines
144 B
Bash
3 lines
144 B
Bash
grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
|
|
grep -qe '^/bin/fish$' etc/shells || echo '/bin/fish' >> etc/shells
|