Add "license" header to script

This commit is contained in:
Skylar Ittner 2019-06-01 15:27:21 -06:00
parent f749e14267
commit bbe3e2d022

View File

@ -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]"