#!/bin/sh
grep -q '/bin/zsh' /etc/shells || echo '/bin/zsh' >> /etc/shells
exit 0