aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/mkcp.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/mkcp.bash')
-rw-r--r--bash/bashrc.d/mkcp.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/mkcp.bash b/bash/bashrc.d/mkcp.bash
index 7770556a..59eb0355 100644
--- a/bash/bashrc.d/mkcp.bash
+++ b/bash/bashrc.d/mkcp.bash
@@ -2,4 +2,3 @@
mkcp() {
mkdir -p -- "${@: -1}" && cp -- "$@"
}
-