chore(scripts): mkd -> x-mkd

This commit is contained in:
2023-11-13 09:28:15 +02:00
parent 4699233d46
commit b7c9d4851a
2 changed files with 4 additions and 6 deletions

4
local/bin/x-mkd Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Create a directory and cd into it
mkdir -p "$@" && cd "$@" || exit