Skip to content

Commit

Permalink
Remove redundant welcomes
Browse files Browse the repository at this point in the history
  • Loading branch information
jalanb committed Jun 17, 2020
1 parent d454f95 commit 76bf0b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bash/coloured.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /bin/cat

. ~/bash/welcome.sh

# xxxxxxx

_colour () {
Expand Down
2 changes: 0 additions & 2 deletions bash/colours.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /bin/bash
#
Welcome_to $BASH_SOURCE
#
# colours
#
Expand Down Expand Up @@ -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

0 comments on commit 76bf0b0

Please sign in to comment.