Skip to content

Instantly share code, notes, and snippets.

@Leask
Last active December 20, 2015 01:28
Show Gist options
  • Select an option

  • Save Leask/6048881 to your computer and use it in GitHub Desktop.

Select an option

Save Leask/6048881 to your computer and use it in GitHub Desktop.
Get md5 summary in AppleScript
set strA to "Leask Huang" -- PUT YOUR STRING HERE
do shell script "md5 -q -s '" & strA & "'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment