🦊 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"
|
touch "$recent_file"
|
||||||
fi
|
fi
|
||||||
# TODO improve this messy line
|
# TODO improve this messy line
|
||||||
cat "$recent_file" |
|
sed -e '/^$/d' "$recent_file" |
|
||||||
sed -e '/^$/d' |
|
|
||||||
sort |
|
sort |
|
||||||
uniq -c |
|
uniq -c |
|
||||||
sort -rn |
|
sort -rn |
|
||||||
|
|
Loading…
Reference in a new issue