#!/bin/sh
set -e
# Code generated by godownloader on 2019-07-23T16:35:03Z. DO NOT EDIT.
#
usage() {
this=$1
cat <<EOF
$this: download binaries for fossas/fossa-cli
Usage: $this [-b] bindir [-d] [tag]
-b sets bindir or installation directory, Defaults to /usr/local/bin
-d turns on debug logging
[tag] is a tag from
https://github.com/fossas/fossa-cli/releases
If tag is missing, then the latest will be used.
Generated by godownloader
https://github.com/goreleaser/godownloader
EOF
exit 2
}
This file has been truncated. show original