diff --git a/build.sh b/build.sh index fcc5f87..78f095b 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash -# $1 is the arch, $2 is the version, $3 is the binary tarball URL +# This script is licensed under your favorite open source license. +# I really don't care what you do with it. if [ $# -ne 3 ]; then echo "Usage: build.sh [architecture] [package version] [binary tar.gz url]"