dotfiles/pull.sh
2022-12-27 19:26:13 -05:00

4 lines
86 B
Bash

#!/bin/bash
if [ -f ~/git/dotfiles ] ; then
(cd ~/git/dotfiles && git pull)
fi