#!/bin/sh -e

grep -qFx /usr/bin/ksh /etc/shells || printf /usr/bin/ksh\\n >> /etc/shells
