summaryrefslogtreecommitdiff
path: root/src/python/go.sh
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-30 23:03:33 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-30 23:03:33 +0200
commit8d2bc49fb9e0c9a5fbd75aa3cad207608e72bf99 (patch)
treea32fdcd2e8e2b16cc725045d049ed94b3f675956 /src/python/go.sh
parent8f97a59b21fd8d3ecd111ee770932d852e625d52 (diff)
moved gsm-receiver into directory - preparation to move to airprobe
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