home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 8 / IOPROG_8.ISO / contents / scripts / bash-2.01 < prev    next >
Encoding:
Text File  |  1997-08-25  |  71 b   |  5 lines

  1. if [ -r bin/bash ]; then
  2.   mv bin/bash tmp
  3. fi
  4. mv bin/bash.new bin/bash
  5.