Add happy wrappy!

This commit is contained in:
Andrew Rogers 2023-02-22 21:41:54 -06:00
commit 1cde3473b5

2
errhandl.bash Normal file
View file

@ -0,0 +1,2 @@
# Don't want subsequent commands to run after nonzero exit? Wrappy in happy!
happy() { $@ || exit $?; }