#!/bin/sh
grep -Fq '/bin/mksh' /etc/shells || echo '/bin/mksh' >> /etc/shells
grep -Fq '/bin/ksh' /etc/shells || echo '/bin/ksh' >> /etc/shells
