This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
sh
Watch
1
Star
0
Fork
You've already forked sh
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3d5e4f5a68
sh
/
shell
/
alias
/
chmod.sh
14 lines
126 B
Bash
Raw
Normal View
History
Unescape
Escape
cor,cou
2024-11-16 13:04:50 +00:00
# change mode to directory
cmd,cmf
2024-11-16 13:03:13 +00:00
cmd
(
)
{
chmod
\
"755"
\
"
${
@
}
"
}
bash.d
2023-05-09 20:02:34 +00:00
cor,cou
2024-11-16 13:04:50 +00:00
# change mode to file
cmd,cmf
2024-11-16 13:03:13 +00:00
cmf
(
)
{
chmod
\
"644"
\
"
${
@
}
"
}
Reference in a new issue
Copy permalink