Skip to content

Instantly share code, notes, and snippets.

@carsonreinke
Created January 21, 2020 20:57
Show Gist options
  • Save carsonreinke/d7b490a9dac186ade0d5a3ac7a891ebc to your computer and use it in GitHub Desktop.
Save carsonreinke/d7b490a9dac186ade0d5a3ac7a891ebc to your computer and use it in GitHub Desktop.
Wireless Strength
#!/bin/bash
watch -d -t -n 1 "awk 'NR==3 {printf(\"WiFi Signal Strength = %.0f%%\\n\",\$3*10/7)}' /proc/net/wireless"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment