contrib/mksh/post-install
2013-09-24 14:32:57 +02:00

6 lines
141 B
Bash
Executable File

#!/bin/sh
if ! grep mksh /etc/shells > /dev/null 2>&1; then
echo "Adding mksh to /etc/shells ..."
echo "/bin/mksh" >> /etc/shells
fi