test
This commit is contained in:
parent
ef02cda30b
commit
d53a0e89b4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user