added license in the script itself
This commit is contained in:
3
bake
3
bake
@@ -1,11 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
## VERSION 22.5.27
|
## VERSION 22.6.1
|
||||||
## BASH-MAKE ==========================================================
|
## BASH-MAKE ==========================================================
|
||||||
## Utility to mimick some of GNU Make behavior, but run in a single
|
## Utility to mimick some of GNU Make behavior, but run in a single
|
||||||
## bash shell. This executable can be used as the Bakefile, too,
|
## bash shell. This executable can be used as the Bakefile, too,
|
||||||
## by adding the functions under this text, and setting
|
## by adding the functions under this text, and setting
|
||||||
## STANDALONE=true
|
## STANDALONE=true
|
||||||
##
|
##
|
||||||
|
## LICENSE: The Unlicense, https://github.com/moonq/bake/blob/main/LICENSE
|
||||||
# Target functions MUST be of format: "name() { # Menu description"
|
# Target functions MUST be of format: "name() { # Menu description"
|
||||||
set -e
|
set -e
|
||||||
# In standalone mode, this script also contains targets
|
# In standalone mode, this script also contains targets
|
||||||
|
|||||||
Reference in New Issue
Block a user