#! /bin/sh

# receive a file from the atari ST.

echo $1
stty -echo
cat > "$1"
stty echo
