Remove unnecessary call to cat

This commit is contained in:
Nicolai Skogheim 2015-07-08 18:56:00 +02:00
parent 203b7649a2
commit 39238ded46

View file

@ -104,7 +104,7 @@ sort_effort() {
clear
echo
heading
cat $tmp | sort -rn -k 2
< $tmp sort -rn -k 2
}
# --above <n-commits>