1 2 3 4 5
# Add sash to the shells if not there if ! grep -q "/sash$" etc/shells ; then echo "/bin/sash" >> etc/shells fi