bin/unx: remove executable flag from files
This commit is contained in:
parent
1438a0b637
commit
7e26731781
1 changed files with 3 additions and 0 deletions
3
.local/bin/scripts/unx
Executable file
3
.local/bin/scripts/unx
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# Remove executable flag from files
|
||||
find $@ -type f -exec chmod a-x {} +
|
Loading…
Add table
Reference in a new issue