Created
July 3, 2011 19:53
-
-
Save AndrewRadev/1062550 to your computer and use it in GitHub Desktop.
Simple script to turn my wireless on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
rfkill unblock 0 | |
/etc/rc.d/network stop | |
/etc/rc.d/networkmanager start | |
nm-applet & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment