diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-01-22 18:59:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-01-22 18:59:06 +0100 |
commit | 3a21c5bffad0027c004e57d962d854bea3742c5e (patch) | |
tree | 68f1830b8ce8981910dcae216237b1cea2510a21 /utilities | |
parent | 724f650b968e4029dfdd0f355cc8669e098b6880 (diff) |
add modem_transmit util
Diffstat (limited to 'utilities')
-rwxr-xr-x | utilities/modem_transmit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utilities/modem_transmit b/utilities/modem_transmit new file mode 100755 index 0000000..5ca80c6 --- /dev/null +++ b/utilities/modem_transmit @@ -0,0 +1,5 @@ +#!/bin/zsh + +python utilities/modem.py =(echo -n "$1"$'\0') /tmp/wat.wav + +aplay /tmp/wat.wav |