bin/unx: remove executable flag from files
This commit is contained in:
parent
1438a0b637
commit
7e26731781
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# Remove executable flag from files
|
||||
find $@ -type f -exec chmod a-x {} +
|
Loading…
Reference in New Issue