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

View File

@ -6,6 +6,11 @@
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