From d387141473c6fa6d69f3d7db0281ee2fcd4c86ef Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Tue, 27 Jan 2015 06:05:06 -0600 Subject: [PATCH] Adding header to file to point to repo --- mo | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/mo b/mo index 4b98512..2e3709a 100755 --- a/mo +++ b/mo @@ -1,7 +1,19 @@ #!/bin/bash +# +# Mo is a mustache template rendering software written in bash. It inserts +# environment variables into templates. +# +# Learn more about mustache templates at https://mustache.github.io/ +# +# Mo is under a MIT style licence with an additional non-advertising clause. +# See LICENSE.md for the full text. +# +# This is open source! Please feel free to contribute. +# +# https://github.com/tests-always-included/mo -# Eat content until the right end tag is found. Returns an array with the +# Scan content until the right end tag is found. Returns an array with the # following members: # [0] = Content before end tag # [1] = End tag (complete tag)