Write your tests/audit scripts in plain Bash with possible extension on many programming languages
https://github.com/melezhik/doubletap/blob/main/post.md
Write your tests/audit scripts in plain Bash with possible extension on many programming languages
https://github.com/melezhik/doubletap/blob/main/post.md
On Mac OS:
stat -f %A README.md 2>&1 | dtap --box - --params perm=755 --check perm-ok --desc "readme perm 755"
On Linux just use stat -c "%a"
melezhik•1mo ago