Skip to content

Instantly share code, notes, and snippets.

View tcooper's full-sized avatar

Trevor Cooper tcooper

View GitHub Profile
@tcooper
tcooper / get_gnu_package.sh
Created October 31, 2013 20:31
Download GNU package, verify GPG signature and generate content for binary_hashes.
#!/bin/bash
#
# Gets a GNU software package from GNU and verifies signature with GPG
#
# Author: Trevor Cooper <tcooper@sdsc.edu>
# Twitter: @HPCDevOps
# GitHub: https://github.com/tcooper
#