From 2d29d979200f3338544ba93b2658f2018d964e4a Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 2 Aug 2021 23:19:06 -0700 Subject: [PATCH] mark stfu as compatible with all four shells --- sh/stfu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/stfu b/sh/stfu index f08d9b2..fa03c11 100644 --- a/sh/stfu +++ b/sh/stfu @@ -1,5 +1,8 @@ #!/usr/bin/env sh # YES_ZSH +# YES_BASH +# YES_DASH +# YES_ASH stfu() { ### @- ### invoke a command, silencing stdout and stderr *unless* the command fails.