From 291071f5b977eebee81b1bf00524365947bc9774 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 27 Jun 2013 00:09:10 +0200 Subject: [PATCH] Comment tweaks --- src/bin/dotify | 14 ++++++++++++++ src/lib/internals.sh | 4 ---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/bin/dotify b/src/bin/dotify index e10a62e..198db98 100755 --- a/src/bin/dotify +++ b/src/bin/dotify @@ -3,6 +3,7 @@ set -e [ -n "$DOTIFY_DEBUG" ] && set -x # dotify {{VERSION}} +# https://github.com/jimeh/dotify # # Copyright (c) 2013 Jim Myhrberg. # @@ -25,11 +26,24 @@ set -e # IN THE SOFTWARE. +# +# Helper functions +# + source "../lib/arguments.sh" source "../lib/trim.sh" source "../lib/expand-path.sh" + +# +# Internal functions +# + source "../lib/internals.sh" +# +# Command functions +# + source "../lib/dotify-version.sh" source "../lib/dotify-help.sh" source "../lib/dotify-info.sh" diff --git a/src/lib/internals.sh b/src/lib/internals.sh index e8e73ae..1dce21b 100644 --- a/src/lib/internals.sh +++ b/src/lib/internals.sh @@ -1,7 +1,3 @@ -# -# Internal functions -# - locate-dotfile() { local dotfile if [ -n "$DOTFILE" ]; then