Skip to content

Instantly share code, notes, and snippets.

@rdkls
Created November 4, 2020 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdkls/6301f76cf230d6aca9932024f443b5a7 to your computer and use it in GitHub Desktop.
Save rdkls/6301f76cf230d6aca9932024f443b5a7 to your computer and use it in GitHub Desktop.
sha256 of all running executables
for f in `ps -eo comm` ; do shasum5.28 -a 256 "$f" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment