diff options
| author | RubberJones <5031378+RubberJones@users.noreply.github.com> | 2025-06-25 23:37:41 +0200 |
|---|---|---|
| committer | RubberJones <5031378+RubberJones@users.noreply.github.com> | 2025-06-25 23:37:41 +0200 |
| commit | 74f3f1ec2c98e08332cff8e141604a75ceaeacbc (patch) | |
| tree | 55253775e80dbff95d1155c821b48eaec90155e7 /copy.sh | |
| parent | 4cf0d0bd5930da76e60f6770de3ee97c10ca7024 (diff) | |
refactor(copy.sh): Remove duplicate print_color function
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |
