From 8c1ada1857dccf1bae8a03e3d31a1cfc3359c38b Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 27 Mar 2013 15:53:41 +0100 Subject: [PATCH] Licensed under MIT --- main.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index 3731be6..535fde4 100644 --- a/main.sh +++ b/main.sh @@ -1,13 +1,13 @@ #!/bin/bash # -# Template to write better bash scripts. More info: http://kvz.io -# Version 0.0.3 +# Template to write better bash scripts. More info: http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/ +# Version v0.0.3 # # Usage: # LOG_LEVEL=7 ./template.sh -f /tmp/foo -d # # Based on BASH3 Boilerplate v0.0.3 (https://github.com/kvz/bash3boilerplate) -# Licensed under MIT +# Licensed under MIT: https://github.com/kvz/bash3boilerplate # Copyright (c) 2013 Kevin van Zonneveld # http://twitter.com/kvz #