mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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
|