mv
This commit is contained in:
parent
ff37c7602c
commit
28f710607d
1 changed files with 0 additions and 0 deletions
|
@ -1,17 +0,0 @@
|
|||
# mkdir
|
||||
|
||||
# make a directory
|
||||
#| mkdir
|
||||
#= md
|
||||
rwx_make_directory() {
|
||||
mkdir \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# make a directory after making its parents
|
||||
#= mdp
|
||||
rwx_make_directory_parents() {
|
||||
rwx_make_directory \
|
||||
--parents \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue