mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:39:03 -08:00
mark stfu as compatible with all four shells
This commit is contained in:
parent
f640fbb4b0
commit
2d29d97920
1 changed files with 3 additions and 0 deletions
3
sh/stfu
3
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.
|
||||
|
|
Loading…
Reference in a new issue