Skip to content

Instantly share code, notes, and snippets.

@iftux
Last active January 1, 2016 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iftux/8194877 to your computer and use it in GitHub Desktop.
Save iftux/8194877 to your computer and use it in GitHub Desktop.
script rápido para http://iftux.wordpress.com
#!/bin/bash
cd /tmp
wget http://winhelp2002.mvps.org/hosts.txt
rm /etc/hosts
mv hosts.txt /etc/hosts
cat /etc/hosts.older >> /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment