blob: 8370e1dd75f724f63db712f8cf7d15b5e21260bc [file] [log] [blame]
Ash Wilson96a56b42016-01-30 15:13:13 -08001#!/bin/bash
2export AP_DECODE=/usr/local/bin/airprobe_decode.py
3# We expect $CAPFILE to be defined. If not, exit...
4if test -z $CAPFILE ; then
5 echo "Missing CAPFILE environment variable."
6 exit 1
7fi
8/usr/bin/python $AP_DECODE -c $CAPFILE