This commit is contained in:
2023-04-14 18:47:33 +02:00
parent d7c333ce04
commit dbdcde20eb
7 changed files with 150 additions and 30 deletions

6
Lib.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
mkcd(){
mkdir -vp "$1" && \
cd "$1"
}