#!/bin/bash

echo -n "$(/opt/rjsupplicant-aux/rjsupplicant.start -l 2> /dev/null | awk '{if (NR == 4) {printf("%s\n", $0)};}' | grep -Eo '[0-9]*')"
