# HG changeset patch # User Steve Losh # Date 1441980715 0 # Node ID 0f635ab417a76971eb7533be22d2cde41140667a # Parent bec1b5c8a9b11d891713cc828d1360f1ddc6ef98 shutup.fish diff -r bec1b5c8a9b1 -r 0f635ab417a7 fish/functions/quietly.fish --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fish/functions/quietly.fish Fri Sep 11 14:11:55 2015 +0000 @@ -0,0 +1,3 @@ +function quietly -d "Run a command and hide the output" + eval $argv >/dev/null ^/dev/null +end