Skip to content

Instantly share code, notes, and snippets.

@dbkegley
dbkegley / artifactory-get.sh
Last active April 26, 2017 18:07 — forked from suicide/artifactory-get.sh
Downloads latest artifact version from artifactory
#!/bin/bash
# get specified artifact version
# downloads latest version of an artifact if no version is specified
set -e
usage(){
echo "Usage: $*" >&2
exit 64