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