fish/functions/lrstrip.fish @ 7452a4fd1499

Merge.
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Apr 2019 13:18:03 -0400
parents d66bfb2537fe
children (none)
function lrstrip -d "Strip whitespace from both ends of each line"
    lstrip | rstrip
end