diff --git a/pull.sh b/pull.sh new file mode 100644 index 0000000..96a5c48 --- /dev/null +++ b/pull.sh @@ -0,0 +1,4 @@ +#!/bin/bash +if [ -f ~/git/dotfiles ] ; then + (cd ~/git/dotfiles && git pull) +fi \ No newline at end of file