home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / Remapollo / Modules / patches / FastFileSystem / install < prev   
Encoding:
Text File  |  2002-10-27  |  216 b   |  6 lines

  1. set file `RequestFile L: file FastFileSystem title "Select original file:" noicons`
  2. rename ${file} as ${file}.bak
  3. spatch -o${file} -pFastFileSystem.pch ${file}.bak
  4. unset file
  5. echo "FFS has been updated succesfully."
  6.