aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcopy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/copy.sh b/copy.sh
index e925a698..d73514b4 100755
--- a/copy.sh
+++ b/copy.sh
@@ -32,7 +32,8 @@ fi
# Function to print colorful text
print_color() {
- printf "%b%s%b\n" "$1" "$2" "$RESET"
+ # Use %b for the message to interpret backslash escapes like \n, \t, etc.
+ printf "%b%b%b\n" "$1" "$2" "$RESET"
}
# Check /etc/os-release for Ubuntu or Debian and warn about Hyprland version requirement
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage