e4640e2
1 2 3 4 5 6 7
#!/usr/bin/env python2 # -*- coding: utf-8 -*- from subprocess import check_output def get_pass(account): return check_output("pass Email/" + account, shell=True).splitlines()[0]