mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +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
|
||||
# BASH3 Boilerplate
|
||||
#
|
||||
# Template to write better bash scripts. More info: http://kvz.io
|
||||
# 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:
|
||||
# LOG_LEVEL=7 ./template.sh first_arg second_arg
|
||||
# LOG_LEVEL=7 ./main.sh first_arg second_arg
|
||||
#
|
||||
# Licensed under MIT
|
||||
# Copyright (c) 2013 Kevin van Zonneveld
|
||||
# http://twitter.com/kvz
|
||||
#
|
||||
# Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io)
|
||||
|
||||
|
||||
### Configuration
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user