Skip to content

Instantly share code, notes, and snippets.

@beddari
Created August 15, 2017 09:14
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 beddari/6df04cb532a77e6cfd0a1bc70970575e to your computer and use it in GitHub Desktop.
Save beddari/6df04cb532a77e6cfd0a1bc70970575e to your computer and use it in GitHub Desktop.
osadmin ()
{
source <(tpass show "openstack/$1/admin")
}
osuser ()
{
source <(tpass show "$(whoami)/openstack/$1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment