aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-02 16:27:17 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-02 16:27:17 +0100
commit51a74a2ae7828c7ba8d32e0e5d8486a606c52011 (patch)
tree4bb38347e80bba51930ec59eec3ca67eb1be8741 /bin
parent57a9fc19a0506d94ed5795445accd1b3ec184a34 (diff)
downloaddotfiles-51a74a2ae7828c7ba8d32e0e5d8486a606c52011.tar.gz
dotfiles-51a74a2ae7828c7ba8d32e0e5d8486a606c52011.tar.bz2
dotfiles-51a74a2ae7828c7ba8d32e0e5d8486a606c52011.tar.xz
dotfiles-51a74a2ae7828c7ba8d32e0e5d8486a606c52011.zip
Remove unused password scripts
Diffstat (limited to 'bin')
-rw-r--r--bin/pass2offlineimap5
-rwxr-xr-xbin/pass2vdirsyncer4
2 files changed, 0 insertions, 9 deletions
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
-