aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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
-