Skip to content

Instantly share code, notes, and snippets.

View epsimatic's full-sized avatar

Oleg epsimatic

View GitHub Profile
@epsimatic
epsimatic / update wp
Last active August 29, 2015 14:27 — forked from tw3eX/update wp
update wp
UPDATE wp_options SET option_value = replace(option_value, 'http://wp', 'http://pushkarev-adv.ru') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = replace(guid, 'http://wp','http://pushkarev-adv.ru');
UPDATE wp_posts SET post_content = replace(post_content, 'http://wp', 'http://pushkarev-adv.ru');
# Location of casks
CASKROOM = '/opt/homebrew-cask/Caskroom/'
TAPS = '/usr/local/Library/Taps/caskroom/'
MIN_AGE = 30 # days
require 'date'
require 'simple_progressbar'
i=1