Add 'pull.sh'
This commit is contained in:
parent
960202076d
commit
9d3ca8e55f
1 changed files with 4 additions and 0 deletions
4
pull.sh
Normal file
4
pull.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
if [ -f ~/git/dotfiles ] ; then
|
||||||
|
(cd ~/git/dotfiles && git pull)
|
||||||
|
fi
|
Loading…
Reference in a new issue