Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# source in blogpost comment at
# https://technicalexperiments.wordpress.com/2015/10/30/zte-mf831-for-use-with-openwrt-serial-modem-instead-of-cdc_ether/comment-page-1/
wLog(){
case $debug in
0)
logger "${0##*/}: $1"
;;
esac
return 0