From 9d3ca8e55ffa9a64ac99b576324242a57307e71e Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Dec 2022 19:26:13 -0500 Subject: [PATCH] Add 'pull.sh' --- pull.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pull.sh 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