0 votes
in DevOps by (30.8k points)
How to pass the parameters to the script and how can I get those parameters?

1 Answer

0 votes
by (23.1k points)

Scriptname.sh parameter1 parameter2

I will use $* to get the parameters.

Related questions

...