#!/bin/sh # source ./scripts/version.sh NAME="gsi_openssh_bundle-$VERSION-src.tar.gz" # # sign the bundle # if [ -f $NAME ]; then echo "Signing bundle..." /usr/bin/gpg --armor --output $NAME.asc --detach-sig $NAME /usr/bin/md5sum $NAME > $NAME.md5 fi