Files
amodem/test.sh
2014-07-22 14:16:24 +03:00

9 lines
125 B
Bash
Executable File

#!/bin/bash
set -u
set -x
set -e
dd if=/dev/urandom of=data.send bs=1024 count=1
python send.py
python recv.py
diff data.*