home *** CD-ROM | disk | FTP | other *** search
/ Freelog 2 / Freelog002.iso / Linux / Slackware / contents / scripts / ash < prev    next >
Encoding:
Text File  |  1999-02-08  |  109 b   |  6 lines

  1. if fgrep 'bin/ash' etc/shells 1> /dev/null 2> /dev/null; then
  2.  GOOD=y
  3. else
  4.  echo "/bin/ash" >> etc/shells
  5. fi
  6.