This commit is contained in:
deathbybandaid 2022-03-08 09:39:33 -05:00
parent ef02cda30b
commit d53a0e89b4

View File

@ -6,7 +6,12 @@
template_setup_path="/etc/template_setup"
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
template-setup()
mcd () {
mkdir -p $1
cd $1
}
template-setup ()
{
if [ -d "$template_setup_path" ] ; then
git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path"