Advertisement
Guest User

Untitled

a guest
May 24th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. profiles=$(netctl list | grep "^*" | awk '{print $2}')
  4.  
  5. for x in ${profiles} ; do
  6. netctl status $x
  7. echo ; echo
  8. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement