From e3aad5410f12496bbf75f893e1dd1b6bad8564db Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 20 Sep 2018 17:47:50 -0700 Subject: [PATCH] sign a file --- bin/detachsign-file | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/detachsign-file diff --git a/bin/detachsign-file b/bin/detachsign-file new file mode 100755 index 0000000..a216e79 --- /dev/null +++ b/bin/detachsign-file @@ -0,0 +1,5 @@ +#!/bin/bash + +SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2" + +gpg -u $SNEAK_KEY_ID -a --detach-sig $*