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
01585d4e14
dotfiles
/
.local
/
bin
/
scripts
/
unx
4 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
bin/unx: remove executable flag from files
2021-10-15 10:12:46 +00:00
#!/bin/sh
bin: improve script documentation
2022-01-10 10:52:17 +00:00
# Recursively remove executable flag from files
bin/unx: remove executable flag from files
2021-10-15 10:12:46 +00:00
find $@ -type f -exec chmod a-x {} +