bf99c90007
FREEBIE
2 lines
178 B
Bash
Executable file
2 lines
178 B
Bash
Executable file
find release/linux-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat
|
|
find release/win-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat
|