hacks/bin/detachsign-file

6 lines
112 B
Plaintext
Raw Permalink Normal View History

2018-09-21 00:47:50 +00:00
#!/bin/bash
SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2"
2020-02-15 21:38:59 +00:00
gpg -u $SNEAK_KEY_ID -a --detach-sig "$*"