fish/functions/collapse.fish @ 1de6d9ecd350

fuckoing markdown

i had a nice commit message here but vim ate it.  fuck it.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jun 2014 08:00:21 -0400
parents d66bfb2537fe
children (none)
function collapse -d "Collapse multiple spaces into single spaces"
    sed -e 's/  */ /g'
end