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.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/mkcp.bash b/bash/bashrc.d/mkcp.bash
deleted file mode 100644
index 59eb0355..00000000
--- a/bash/bashrc.d/mkcp.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copy files into created directory in one call
-mkcp() {
- mkdir -p -- "${@: -1}" && cp -- "$@"
-}