Skip to content

Instantly share code, notes, and snippets.

View medeirosinacio's full-sized avatar
🤙
Stackoverflow Oriented Programming

Douglas Medeiros medeirosinacio

🤙
Stackoverflow Oriented Programming
View GitHub Profile
@medeirosinacio
medeirosinacio / hosts.rb
Created February 6, 2020 13:40 — forked from mangar/hosts.rb
ruby script to update hosts file
#!/usr/bin/env ruby
HOSTS_FILE = "hosts"
MY_HOSTS_FILE = "hosts.marciog"
ENTRY_MARK = "########## STARTING PERSONAL CONFIGURATION ##########\n"
def contains_entry?
contains = false