1 2 3 4 5
#!/bin/python from subprocess import check_output def get_pass(account): return check_output("pass email/"+account, shell=True).rstrip()