Change shebang* from #!/bin/bash to #!/usr/local/bin/bash This is because i saw my /bin/bash was old — /bin/bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin21)
Copyright (C) 2007 Free Software Foundation, Inc. and the /usr/local/bin/bash is updated one — /usr/local/bin/bash --version
GNU bash, version 5.2.12(1)-release (x86_64-apple-darwin21.6.0)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+…