How to call one shell script from another shell script?
I have two shell scripts, a.sh
and b.sh
.
How can I call b.sh
from within the shell script a.sh
?
I have two shell scripts, a.sh
and b.sh
.
How can I call b.sh
from within the shell script a.sh
?