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 / ibm < prev    next >
Encoding:
Text File  |  1991-04-20  |  177 b   |  8 lines

  1. #!/bin/sh
  2. FILE=${HOME}/ibm/ibm-`cat majvers`-`cat minvers`.tar.Z
  3. echo creating file ${FILE}
  4. tar cvf - `"ls"  */rt* */ps2_*  */*aos* | sed -e "/~/d"` |  compress -c > ${FILE}
  5.  
  6.  
  7.  
  8.