Skip to content

Instantly share code, notes, and snippets.

@binarytemple-clients
Created September 12, 2016 19:53
Show Gist options
  • Save binarytemple-clients/2edeccd4b297f46ba3aa037e4a05349d to your computer and use it in GitHub Desktop.
Save binarytemple-clients/2edeccd4b297f46ba3aa037e4a05349d to your computer and use it in GitHub Desktop.
using the keychain command from within a config file
System.cmd("keychain.py",["-g","-a", "account_name", "-u", "user_name"]) |> Tuple.to_list |> List.first |> String.strip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment