mv
This commit is contained in:
parent
22c9a66162
commit
4cbdeae4e9
1 changed files with 0 additions and 0 deletions
13
sh/alias/chmod.sh
Normal file
13
sh/alias/chmod.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
# change mode to directory
|
||||
cmd() {
|
||||
chmod \
|
||||
"755" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# change mode to file
|
||||
cmf() {
|
||||
chmod \
|
||||
"644" \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue