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