mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
use U+266A instead of comma as separator
This commit is contained in:
parent
2e8b368141
commit
bb5f4b0234
|
|
@ -53,10 +53,10 @@ authors() {
|
|||
{ args[NR] = $0; sum += $0 }
|
||||
END {
|
||||
for (i = 1; i <= NR; ++i) {
|
||||
printf "%s,%2.1f%%\n", args[i], 100 * args[i] / sum
|
||||
printf "%s♪%2.1f%%\n", args[i], 100 * args[i] / sum
|
||||
}
|
||||
}
|
||||
' | column -t -s,
|
||||
' | column -t -s♪
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue