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
a3e7086243
dotfiles
/
.local
/
bin
/
scripts
/
unx
4 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Recursively remove executable flag from files
find
$@
-type f -exec chmod a-x
{
}
+
Reference in New Issue
View Git Blame
Copy Permalink