Basic skel update script.

This commit is contained in:
David Tomaschik
2015-11-08 10:44:03 -08:00
parent 7955b24be6
commit dfdf1b8588

View File

@@ -0,0 +1,7 @@
update_skel() {
(cd $(dirname $(readlink $HOME/.profile)) &&
cd $(git rev-parse --show-toplevel) &&
git pull &&
./install.sh
)
}