mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Remove unnecessary call to cat
This commit is contained in:
parent
203b7649a2
commit
39238ded46
|
|
@ -104,7 +104,7 @@ sort_effort() {
|
|||
clear
|
||||
echo
|
||||
heading
|
||||
cat $tmp | sort -rn -k 2
|
||||
< $tmp sort -rn -k 2
|
||||
}
|
||||
|
||||
# --above <n-commits>
|
||||
|
|
|
|||
Loading…
Reference in a new issue