0 votes
in DevOps by
How to pass the parameters to the script and how can I get those parameters?

1 Answer

0 votes
by

Scriptname.sh parameter1 parameter2

I will use $* to get the parameters.

...