mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 18:08:03 +08:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
killall -q aplay arecord
|
|
./calib.py send &
|
|
./calib.py recv
|
|
killall -q aplay arecord |