Skip to content
Snippets Groups Projects
Commit 01ed2b63 authored by Holger Brandl's avatar Holger Brandl
Browse files

migrated bash_utils from gh-datautils to here

parent 28652a49
Branches
Tags v8
No related merge requests found
mcdir(){
if [ ! -d "$1" ]; then
mkdir "$1";
fi;
cd "$1";
}
export -f mcdir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment