offlineimap.py 152 B

123456
  1. #! /usr/bin/env python2
  2. from subprocess import check_output
  3. def get_pass(account):
  4. return check_output("pass cli/" + account, shell=True).rstrip()