home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaMiscModsCD3.iso / _PROGRAMME / PLAYER / SINGLEFORMAT / tracker_4_31.lzh / tracker / Scripts / czip next >
Encoding:
Text File  |  1995-02-21  |  130 b   |  8 lines

  1. #!/bin/sh
  2. a=`basename $1 .mod`
  3. a=`basename $a .samp`
  4. zip -9 $a.czip $a.mod
  5. shorten -t s8 $a.samp
  6. zip -n .shn $a.czip $a.samp.shn
  7.  
  8.