doinst.sh 158 B

123456789
  1. if [ ! -r etc/shells ]; then
  2. touch etc/shells
  3. chmod 644 etc/shells
  4. fi
  5. if ! grep -q /bin/yash etc/shells ; then
  6. printf %s\\n /bin/yash >> etc/shells
  7. fi