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

View File

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