This website requires JavaScript.
Explore
Help
Sign in
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
027ab59aab
dotfiles
/
.local
/
bin
/
scripts
/
unx
4 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
bin/unx: remove executable flag from files
2021-10-15 12:12:46 +02:00
#!/bin/sh
bin: improve script documentation
2022-01-10 11:52:17 +01:00
# Recursively remove executable flag from files
bin/unx: remove executable flag from files
2021-10-15 12:12:46 +02:00
find $@ -type f -exec chmod a-x {} +
Reference in a new issue
Copy permalink