Skip to content

Instantly share code, notes, and snippets.

@mu-777
Last active August 29, 2015 14:24
Show Gist options
  • Save mu-777/eb6ee1d833e70c47d458 to your computer and use it in GitHub Desktop.
Save mu-777/eb6ee1d833e70c47d458 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo rm /etc/hosts
sudo cp /etc/hosts.normal /etc/hosts
rm ~/.bashrc
cp ~/.bashrc.normal ~/.bashrc
source ~/.bashrc
#!/bin/bash
sudo rm /etc/hosts
sudo cp /etc/hosts.withVaioZ /etc/hosts
rm ~/.bashrc
cp ~/.bashrc.withVaioZ ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment