home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / atari / from-atari < prev    next >
Encoding:
Text File  |  1993-02-22  |  107 b   |  5 lines

  1. #! /bin/sh
  2. # Usage: from-atari <atari-file> <unix-file>
  3. cat $1 | crlf-to-nl | cv_at_lt > $2
  4. touch -r $1 $2
  5.