Add "license" header to script
This commit is contained in:
parent
f749e14267
commit
bbe3e2d022
3
build.sh
3
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]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user