🦊 Remove useless cat

This commit is contained in:
Marty Oehme 2021-12-01 22:16:46 +01:00
parent 52bf358187
commit afdfc53bfe
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 1 additions and 2 deletions

3
bemoji
View File

@ -113,8 +113,7 @@ get_most_recent() {
touch "$recent_file"
fi
# TODO improve this messy line
cat "$recent_file" |
sed -e '/^$/d' |
sed -e '/^$/d' "$recent_file" |
sort |
uniq -c |
sort -rn |