Add 'pull.sh'

This commit is contained in:
matt1432 2022-12-27 19:26:13 -05:00
parent 960202076d
commit 9d3ca8e55f

4
pull.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
if [ -f ~/git/dotfiles ] ; then
(cd ~/git/dotfiles && git pull)
fi