diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-07-30 00:10:25 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-07-30 00:12:28 +1200 |
commit | 692419ad2a7026b3fd95b2cd4df1748892b579d6 (patch) | |
tree | 038704e0ba24950dabce615b121a54810e5be90d /bash/bashrc.d/mkcp.bash | |
parent | Add rule for kvlt(6) to change numbers to 666 (diff) | |
download | dotfiles-692419ad2a7026b3fd95b2cd4df1748892b579d6.tar.gz dotfiles-692419ad2a7026b3fd95b2cd4df1748892b579d6.zip |
Change mkmv/mkcp from Bash funcs to sh scripts
Diffstat (limited to 'bash/bashrc.d/mkcp.bash')
-rw-r--r-- | bash/bashrc.d/mkcp.bash | 4 |
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 -- "$@" -} |