diff options
Diffstat (limited to 'src/python/go.sh')
-rwxr-xr-x | src/python/go.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/python/go.sh b/src/python/go.sh new file mode 100755 index 0000000..1e8150d --- /dev/null +++ b/src/python/go.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +echo "go.sh <file.cfile> [decim==112]" + +DECIM=$2 +FILE=$1 + +if [ $DECIM"x" = x ]; then + DECIM=112 +fi + +./gsm_receive.py -d "$DECIM" -I "$FILE" | ../../../gsmdecode/src/gsmdecode -i |