Skip to content

Instantly share code, notes, and snippets.

@zaqmor
Created October 26, 2018 17:44
Show Gist options
  • Save zaqmor/86e50757896f574cd9752f23e5b098df to your computer and use it in GitHub Desktop.
Save zaqmor/86e50757896f574cd9752f23e5b098df to your computer and use it in GitHub Desktop.
Powershell: Get sha1 filehash
function fsha { get-filehash -algorithm sha1 $args | select-object -ExpandProperty Hash }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment