Skip to content

Instantly share code, notes, and snippets.

@AndrewRadev
Created July 3, 2011 19:53
Show Gist options
  • Save AndrewRadev/1062550 to your computer and use it in GitHub Desktop.
Save AndrewRadev/1062550 to your computer and use it in GitHub Desktop.
Simple script to turn my wireless on
#! /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