mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-23 10:03:53 +00:00
More descriptive doc header
This commit is contained in:
parent
4e35f9fc0c
commit
61c70a5045
20
main.sh
20
main.sh
@ -1,15 +1,25 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# BASH3 Boilerplate
|
||||||
#
|
#
|
||||||
# Template to write better bash scripts. More info: http://kvz.io
|
|
||||||
# Version 0.0.1
|
# Version 0.0.1
|
||||||
|
# This file:
|
||||||
|
# - Is a template to write better bash scripts
|
||||||
|
# - Is delete-key friendly, in case you don't need e.g. command line option parsing
|
||||||
|
#
|
||||||
|
# More info:
|
||||||
|
# - https://github.com/kvz/bash3boilerplate
|
||||||
|
# - http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Authors:
|
||||||
|
# - Kevin van Zonneveld (http://kvz.io)
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# LOG_LEVEL=7 ./template.sh first_arg second_arg
|
# LOG_LEVEL=7 ./main.sh first_arg second_arg
|
||||||
#
|
#
|
||||||
# Licensed under MIT
|
# Licensed under MIT
|
||||||
# Copyright (c) 2013 Kevin van Zonneveld
|
# Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io)
|
||||||
# http://twitter.com/kvz
|
|
||||||
#
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user