mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-04-14 03:12:57 +00:00
Whitespace
This commit is contained in:
parent
d43cecf24a
commit
db690268ea
4
main.sh
4
main.sh
@ -2,21 +2,25 @@
|
||||
# BASH3 Boilerplate
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
# Version: 2.0.0
|
||||
#
|
||||
# Authors:
|
||||
#
|
||||
# - Kevin van Zonneveld (http://kvz.io)
|
||||
# - Izaak Beekman (https://izaakbeekman.com/)
|
||||
# - Alexander Rathai (Alexander.Rathai@gmail.com)
|
||||
#
|
||||
# Usage:
|
||||
#
|
||||
# LOG_LEVEL=7 ./main.sh -f /tmp/x -d
|
||||
#
|
||||
# Licensed under MIT
|
||||
|
@ -17,6 +17,7 @@
|
||||
# Version: 2.0.0
|
||||
#
|
||||
# Authors:
|
||||
#
|
||||
# - Kevin van Zonneveld (http://kvz.io)
|
||||
#
|
||||
# Usage as a function:
|
||||
|
@ -16,6 +16,7 @@
|
||||
# Version: 2.0.0
|
||||
#
|
||||
# Authors:
|
||||
#
|
||||
# - Kevin van Zonneveld (http://kvz.io)
|
||||
#
|
||||
# Usage as a function:
|
||||
|
@ -20,7 +20,8 @@
|
||||
# Usage as a function:
|
||||
#
|
||||
# source templater.sh
|
||||
# NAME=kevin templater input.cfg output.cfg
|
||||
# export NAME=kevin
|
||||
# templater input.cfg output.cfg
|
||||
#
|
||||
# Usage as a command:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user