This should be here too.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 5 Nov 2005 12:29:58 +0000 (12:29 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 5 Nov 2005 12:29:58 +0000 (12:29 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@465 959494ce-11ee-0310-bf91-de5d638817bd

clients/gtk2/findaccels [new file with mode: 0755]

diff --git a/clients/gtk2/findaccels b/clients/gtk2/findaccels
new file mode 100755 (executable)
index 0000000..cb9ce59
--- /dev/null
@@ -0,0 +1 @@
+sed -n 's/^.*\".*_\(.\).*\".*$/\1/p' | tr A-Z a-z | sort | uniq -c | sort -k 1n