Guest User

Untitled

a guest
Nov 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. if [ -z "$(pgrep dhcpcd)" ]
  3. then
  4. # pkill dhcpcd
  5. else
  6. # sleep 1
  7. fi
  8. iwconfig wlan0 essid "network-name"
  9. dhcpcd wlan0
  10. exit
Add Comment
Please, Sign In to add comment