AutoSave - For reset

This commit is contained in:
2025-12-30 11:40:14 +01:00
parent 683287c0b7
commit 94545abeb3
3 changed files with 31 additions and 114 deletions

5
home/dot-offlineimap.py Normal file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env python
from subprocess import check_output
def get_pass(account):
return check_output("pass " + account, shell=True).splitlines()[0]