How to call one shell script from another shell script?
Asked 07 September, 2021
Viewed 1.4K times
  • 56
Votes

I have two shell scripts, a.sh and b.sh.

How can I call b.sh from within the shell script a.sh?

18 Answer