bin/unx: remove executable flag from files

This commit is contained in:
xeruf 2021-10-15 12:12:46 +02:00
parent 1438a0b637
commit 7e26731781
1 changed files with 3 additions and 0 deletions

3
.local/bin/scripts/unx Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# Remove executable flag from files
find $@ -type f -exec chmod a-x {} +