🚧 Set noclobber off

This commit is contained in:
z3rOR0ne 2022-09-08 06:18:23 -07:00
parent b11c236b08
commit 6c3ac0b4f3

View file

@ -6,6 +6,8 @@
# Error handling
set -e
set -o noclobber
# For styling/colorizing output
txtbld=$(tput bold)
txtblue=${txtbld}$(tput setaf 4)