From: Johannes Weißl Date: Mon, 6 Dec 2010 07:04:20 +0000 (+0100) Subject: Merge branch 'master' into screen-git X-Git-Url: https://projects.mako.cc/source/muttjump/commitdiff_plain/a03c48be160b3a403864f93ac8d4b64f683a728e?hp=39586be61e51b7991b3a43a9efc6d771d2f50f1c Merge branch 'master' into screen-git --- diff --git a/muttjump b/muttjump index 8ba8e02..2127243 100755 --- a/muttjump +++ b/muttjump @@ -71,6 +71,10 @@ function is_callable () { type $1 >/dev/null 2>&1 } +function wc_L () { + awk '{ y = length(); if (y > x) x = y } END { print x }' +} + function usage () { cat >&2 <&2 2>&1 1>&3-)