You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hacks/bin/sign-dir

11 lines
256 B

#!/bin/bash
SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2"
if [[ -e ./SHASUMS ]]; then
echo "SHASUMS already exists, exiting." > /dev/stderr
exit 1
fi
shasum * > SHASUMS
gpg -u $SNEAK_KEY_ID -a --output SHASUMS.sig --detach-sig SHASUMS