home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / GNU-COMM / GCL-1.0 / GCL-1 / gcl-1.0 / xbin / if-have-gcc < prev    next >
Encoding:
Text File  |  1991-03-24  |  77 b   |  4 lines

  1. #!/bin/sh
  2. if which gcc > /dev/null ; then echo $1 ; else echo $2 ; fi
  3. exit 0
  4.