🥅 Set basic flags for error handling

This commit is contained in:
z3rOR0ne 2022-07-14 12:31:03 -07:00
parent 65a779a2ed
commit 10385fff58

View file

@ -1,5 +1,9 @@
#!/bin/bash
# Error handling
set -e
set -u
# For styling/colorizing output
txtbld=$(tput bold)
txtblue=${txtbld}$(tput setaf 4)