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