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