summaryrefslogtreecommitdiff
path: root/src/python/go.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/go.sh')
-rwxr-xr-xsrc/python/go.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/python/go.sh b/src/python/go.sh
deleted file mode 100755
index e0d1290..0000000
--- a/src/python/go.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /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
personal git repositories of Harald Welte. Your mileage may vary