Skip to content

Instantly share code, notes, and snippets.

@mondipsen
Created April 19, 2017 17:13
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 mondipsen/d1be9a17f4c3221ad1e6e2906f614fb7 to your computer and use it in GitHub Desktop.
Save mondipsen/d1be9a17f4c3221ad1e6e2906f614fb7 to your computer and use it in GitHub Desktop.
Networker_while_loop_extend_retention
#!/bin/bash
while read line
do
sudo /usr/sbin/nsrmm -S $line -e "+1 year" -y
done<SSIDS_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment