From 76bf0b03d87e43bcc98cf7d1fbd63d00d7850c2e Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Wed, 17 Jun 2020 16:09:21 +0100 Subject: [PATCH] Remove redundant welcomes --- bash/coloured.sh | 2 -- bash/colours.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/bash/coloured.sh b/bash/coloured.sh index 17b6a03..292f7d6 100644 --- a/bash/coloured.sh +++ b/bash/coloured.sh @@ -1,7 +1,5 @@ #! /bin/cat -. ~/bash/welcome.sh - # xxxxxxx _colour () { diff --git a/bash/colours.sh b/bash/colours.sh index babdc9f..fc51338 100644 --- a/bash/colours.sh +++ b/bash/colours.sh @@ -1,6 +1,5 @@ #! /bin/bash # -Welcome_to $BASH_SOURCE # # colours # @@ -41,4 +40,3 @@ export LIGHT_GRAY="\033[0;37m" export GRAY="\033[1;38m" export GRAY_TOO="\033[0;38m" -Bye_from $BASH_SOURCE