Whitespace

This commit is contained in:
Kevin van Zonneveld 2016-02-17 13:35:25 +01:00
parent 07ab2a95b4
commit 583efe734b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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: