fish/functions/lrstrip.fish @ 7834451ffb31

Merge.
author Steve Losh <steve@stevelosh.com>
date Mon, 11 Nov 2019 20:45:45 -0500
parents d66bfb2537fe
children (none)
function lrstrip -d "Strip whitespace from both ends of each line"
    lstrip | rstrip
end