if [ -n "$GET_action" ]; then . functions.sh . /etc/init.d/rc.functions case "$GET_action" in get_strength) echo $((0x$(femon | cut -d'|' -f3 | cut -c6-9) * 10000 / 0xFFFF)) | awk '{print sqrt($1)}' ;; esac return fi ?>