diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-15 20:38:25 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-15 20:38:26 +0900 |
| commit | 389da9127ae4b33881d0d8203d04be8074dbe614 (patch) | |
| tree | ec5a34901c5554d0ffee5cb1f95e2c9660debbfc /ar | |
| parent | 11770864ef916b6ebf76e213463f8df810a790d6 (diff) | |
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-ylog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-ylog b/ar/.local/bin/statusbar/sb-ylog index cfca111..0c20040 100755 --- a/ar/.local/bin/statusbar/sb-ylog +++ b/ar/.local/bin/statusbar/sb-ylog @@ -83,7 +83,7 @@ esac # Display if [ -s "$NEW" ]; then count=$(wc -l <"$NEW") - printf "🍞%s\n" "$count" + printf "%s\n" "$count" fi exit 0 |
