fish/functions/quietly.fish @ 6cc5ded78172

More crap
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 12:45:59 -0500
parents 0f635ab417a7
children (none)
function quietly -d "Run a command and hide the output"
    eval $argv >/dev/null ^/dev/null
end