Skip to content

Instantly share code, notes, and snippets.

@benwei
Created December 6, 2019 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benwei/8f15e8aac6e1cb3591904665b593f415 to your computer and use it in GitHub Desktop.
Save benwei/8f15e8aac6e1cb3591904665b593f415 to your computer and use it in GitHub Desktop.
[busybox ash] List signal noise by while loop
i=0 ; while [ $i -lt 5 ] ; do iwconfig wlan0 | grep Noise ; sleep 1 ; i=$((i+1)) ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment