st
This commit is contained in:
parent
d53a0e89b4
commit
4f2976f982
@ -7,12 +7,6 @@ template_setup_path="/etc/template_setup"
|
||||
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
|
||||
|
||||
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"
|
||||
else
|
||||
@ -20,3 +14,8 @@ template-setup ()
|
||||
fi
|
||||
bash /etc/template_setup/template_setup.sh
|
||||
}
|
||||
|
||||
#template-setup ()
|
||||
#{#
|
||||
#
|
||||
#}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user