summaryrefslogtreecommitdiffstats
path: root/gpg-diff.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-10-08 15:50:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-10-08 15:50:05 +0200
commit9f29c085eb20f65bc494520e42c7aac5d5f782c8 (patch)
tree3bb04d05a612998dc9a1a1662fdfa569b688d48a /gpg-diff.sh
parenta3892f42e640aac9abf571f789fbb344f7c49628 (diff)
downloadbin-9f29c085eb20f65bc494520e42c7aac5d5f782c8.tar.gz
bin-9f29c085eb20f65bc494520e42c7aac5d5f782c8.tar.xz
Add new scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'gpg-diff.sh')
-rwxr-xr-xgpg-diff.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpg-diff.sh b/gpg-diff.sh
new file mode 100755
index 0000000..7045e46
--- /dev/null
+++ b/gpg-diff.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+vimdiff <(gpg -d "$1") <(gpg -d "$2")