Answers for "how to install bash script on mac terminal"

4

run sh from terminal mac

chmod +x fileName
bash fileName
Posted by: Guest on April-25-2020
0

how to install bash script on mac terminal

$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)
Copyright (C) 2007 Free Software Foundation, Inc.
Posted by: Guest on October-24-2021

Code answers related to "how to install bash script on mac terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language