Add set -e

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-05 08:38:51 -07:00 committed by GitHub
parent b6e13fadb8
commit c2e70d17ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,8 @@
# License for the specific language governing permissions and limitations under
# the License.
set -e
output(){
printf '\e[1;34m%-6s\e[m\n' "${@}"
}