Skip to content

Instantly share code, notes, and snippets.

View lakshgandikota's full-sized avatar

Laksh Gandikota lakshgandikota

View GitHub Profile
@lakshgandikota
lakshgandikota / updatespecs.sh
Last active March 30, 2017 18:40
Daily automatic updated to System Pod Specs, Gems and HomeBrew
export LANG=en_US.UTF-8
#Initializing RBEnv
eval "$(rbenv init -)"
#Update PodSpecs
echo "Updating Pod Specs"
pod repo update master
echo "Updating HomeBrew Specs"
brew update
brew outdated