mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 13:50:34 +00:00
chore(scripts): mkd -> x-mkd
This commit is contained in:
4
local/bin/x-mkd
Executable file
4
local/bin/x-mkd
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# Create a directory and cd into it
|
||||
|
||||
mkdir -p "$@" && cd "$@" || exit
|
||||
Reference in New Issue
Block a user