move scripts directory

This commit is contained in:
Roman Zeyde
2014-08-07 17:04:39 +03:00
parent 0b91ef76c5
commit e4ba6cf232
3 changed files with 6 additions and 6 deletions

7
scripts/auto-calib.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
killall -q aplay arecord
python -m amodem.calib send &
SENDER_PID=$!
python -m amodem.calib recv
kill -INT $SENDER_PID