#!/bin/sh
if [ -n "$1" ]; then
  echo "Enter 'ipkg install freifunk-openwrt-compat' if you need $0">&2
  exit 1
fi
set -x
exec wl status
