Skip to content

Instantly share code, notes, and snippets.

@mmore500
Created October 24, 2018 21:58
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 mmore500/a4c4d0dae5cae303d9006bbf2fab538d to your computer and use it in GitHub Desktop.
Save mmore500/a4c4d0dae5cae303d9006bbf2fab538d to your computer and use it in GitHub Desktop.
/etc/network/if-up.d/log-wifi
#!/bin/bash
date >> /var/log/wifi-log.log
iwconfig >> /var/log/wifi-log.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment