Updated config

This commit is contained in:
Eduard Urbach 2024-06-28 21:10:40 +02:00
parent 89e99f7f1a
commit 8a44f9bf70
Signed by: eduard
GPG key ID: 49226B848C78F6C8

View file

@ -0,0 +1,3 @@
function countchars
tr -d '\n' < $argv[1] | fold -w1 | sort | uniq -c | sort -nr
end