From 4a483a66f60cb43d74434a8f9374457c8a658647 Mon Sep 17 00:00:00 2001 From: isp Date: Thu, 8 Feb 2018 02:42:41 +0100 Subject: [PATCH] Update utils.sh --- helper_scripts/utils.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helper_scripts/utils.sh b/helper_scripts/utils.sh index ff8c01d2e..b42fd32dc 100644 --- a/helper_scripts/utils.sh +++ b/helper_scripts/utils.sh @@ -1,4 +1,8 @@ #!/bin/bash + +# this is a bash script library to be called by other scripts, +# but not to be run directly + # Copyright (c) 2009, Scott Barr # All rights reserved. # -- GitLab