#!/bin/ash

logread | grep ESN | awk '{print $NF}' | sed 's/\^M//g' | tail -1 > /tmp/3g-esn

