🚧 Set noclobber off
This commit is contained in:
parent
b11c236b08
commit
6c3ac0b4f3
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
set -e
|
set -e
|
||||||
|
set -o noclobber
|
||||||
|
|
||||||
# For styling/colorizing output
|
# For styling/colorizing output
|
||||||
txtbld=$(tput bold)
|
txtbld=$(tput bold)
|
||||||
txtblue=${txtbld}$(tput setaf 4)
|
txtblue=${txtbld}$(tput setaf 4)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue