From 51a74a2ae7828c7ba8d32e0e5d8486a606c52011 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 2 Feb 2023 16:27:17 +0100 Subject: Remove unused password scripts --- bin/pass2offlineimap | 5 ----- bin/pass2vdirsyncer | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 bin/pass2offlineimap delete mode 100755 bin/pass2vdirsyncer (limited to 'bin') diff --git a/bin/pass2offlineimap b/bin/pass2offlineimap deleted file mode 100644 index 912d5bb..0000000 --- a/bin/pass2offlineimap +++ /dev/null @@ -1,5 +0,0 @@ -#! /usr/bin/env python2 -from subprocess import check_output - -def get_pass(account): - return check_output("pass mail/" + account, shell=True).rstrip() diff --git a/bin/pass2vdirsyncer b/bin/pass2vdirsyncer deleted file mode 100755 index adb8211..0000000 --- a/bin/pass2vdirsyncer +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -pass show cloud/$1@$2 - -- cgit v1.2.3-54-g00ecf