mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-06 00:21:33 +00:00
Whitespace
This commit is contained in:
parent
07ab2a95b4
commit
583efe734b
@ -2,12 +2,15 @@
|
|||||||
# BASH3 Boilerplate: parse_url
|
# BASH3 Boilerplate: parse_url
|
||||||
#
|
#
|
||||||
# This file:
|
# This file:
|
||||||
|
#
|
||||||
# - Takes a URL and parses protocol, user, pass, host, port, path.
|
# - Takes a URL and parses protocol, user, pass, host, port, path.
|
||||||
#
|
#
|
||||||
# More info:
|
# More info:
|
||||||
|
#
|
||||||
# - https://github.com/kvz/bash3boilerplate
|
# - https://github.com/kvz/bash3boilerplate
|
||||||
#
|
#
|
||||||
# Based on:
|
# Based on:
|
||||||
|
#
|
||||||
# - http://stackoverflow.com/a/6174447/151666
|
# - http://stackoverflow.com/a/6174447/151666
|
||||||
#
|
#
|
||||||
# Version: 1.2.1
|
# Version: 1.2.1
|
||||||
|
@ -2,16 +2,19 @@
|
|||||||
# BASH3 Boilerplate: templater
|
# BASH3 Boilerplate: templater
|
||||||
#
|
#
|
||||||
# This file:
|
# This file:
|
||||||
|
#
|
||||||
# - takes a source (template) & destination (config) filepath argument
|
# - takes a source (template) & destination (config) filepath argument
|
||||||
# - then replaces placeholders with variables found in the environment
|
# - then replaces placeholders with variables found in the environment
|
||||||
#
|
#
|
||||||
# More info:
|
# More info:
|
||||||
|
#
|
||||||
# - https://github.com/kvz/bash3boilerplate
|
# - https://github.com/kvz/bash3boilerplate
|
||||||
# - http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
|
# - http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
|
||||||
#
|
#
|
||||||
# Version: 1.2.1
|
# Version: 1.2.1
|
||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
|
#
|
||||||
# - Kevin van Zonneveld (http://kvz.io)
|
# - Kevin van Zonneveld (http://kvz.io)
|
||||||
#
|
#
|
||||||
# Usage as a function:
|
# Usage as a function:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user