🦊 Remove useless cat
This commit is contained in:
parent
52bf358187
commit
afdfc53bfe
1 changed files with 1 additions and 2 deletions
3
bemoji
3
bemoji
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue