#!/bin/bash if [ $# -lt 2 ]; then echo "Usage: $0 " exit 1 fi stty -F "$1" raw cat "$2" > "$1"