fish/functions/lrstrip.fish @ 328a3cd17f13

shit
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jun 2014 09:30:20 -0400
parents d66bfb2537fe
children (none)
function lrstrip -d "Strip whitespace from both ends of each line"
    lstrip | rstrip
end