From: fredrik Date: Sat, 5 Nov 2005 12:29:58 +0000 (+0000) Subject: This should be here too. X-Git-Tag: 0.1~114 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=b7d0edfb104a62c81bba159fdae9b374c990443f;p=doldaconnect.git This should be here too. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@465 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/clients/gtk2/findaccels b/clients/gtk2/findaccels new file mode 100755 index 0000000..cb9ce59 --- /dev/null +++ b/clients/gtk2/findaccels @@ -0,0 +1 @@ +sed -n 's/^.*\".*_\(.\).*\".*$/\1/p' | tr A-Z a-z | sort | uniq -c | sort -k 1n