Skip to content

Instantly share code, notes, and snippets.

@rdkls
Created November 4, 2020 23:41
Show Gist options
  • Select an option

  • Save rdkls/6301f76cf230d6aca9932024f443b5a7 to your computer and use it in GitHub Desktop.

Select an option

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