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