1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

mark stfu as compatible with all four shells

This commit is contained in:
Connor Olding 2021-08-02 23:19:06 -07:00
parent f640fbb4b0
commit 2d29d97920

View File

@ -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.