🚧 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
|
||||
set -e
|
||||
set -o noclobber
|
||||
|
||||
# For styling/colorizing output
|
||||
txtbld=$(tput bold)
|
||||
txtblue=${txtbld}$(tput setaf 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue