From 74f3f1ec2c98e08332cff8e141604a75ceaeacbc Mon Sep 17 00:00:00 2001 From: RubberJones <5031378+RubberJones@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:37:41 +0200 Subject: refactor(copy.sh): Remove duplicate print_color function --- copy.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 0c556ddd..b405a777 100755 --- a/copy.sh +++ b/copy.sh @@ -75,11 +75,6 @@ if [ ! -d Copy-Logs ]; then mkdir Copy-Logs fi -# Function to print colorful text -print_color() { - printf "%b%s%b\n" "$1" "$2" "$CLEAR" -} - # Set the name of the log file to include the current date and time LOG="Copy-Logs/install-$(date +%d-%H%M%S)_dotfiles.log" -- cgit v1.2.3