dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 0c70f227266d217ba7c6a4c730ab5b80a87d7ddc
parent 6fa33ca7b010bb0333eea6c18ac203dca3a03bb8
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 27 Nov 2023 23:37:13 +0000

don't change case

Diffstat:
Mcmus/bin/wmt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmus/bin/wmt b/cmus/bin/wmt @@ -20,7 +20,7 @@ toot="$HOME/src/warez/social_media/toot/bin/toot" # sort list by number of plays weekmusic=$(sort $music_list | uniq -c | sort -nr | \ awk '{$1=""; print $0}' | \ - tr '[:upper:]' '[:lower:]' | \ + #tr '[:upper:]' '[:lower:]' | \ sed 's/^/\*\ /') # generate toot and count characters