Skip to content

Instantly share code, notes, and snippets.

View nator333's full-sized avatar

Hiro Nakamata nator333

View GitHub Profile
@nator333
nator333 / sh
Created June 11, 2021 18:25
memo
# To add pgp ascii armor key to gradle.properties
gpg --armor --export-secret-keys $key_id \
| awk 'NR == 1 { print "GPG_SIGNING_KEY=" } 1' ORS='\\n' \
>> gradle.properties