Hi, I have a plugin with two text parameters, and I want to run them in a bash script like so: mybash.sh ``` echo $1 and $2 ``` So far it works with $1, but $2 is ignored. Any ideas? Thanks.
Hi,
I have a plugin with two text parameters, and I want to run them in a bash script like so:
mybash.sh
So far it works with $1, but $2 is ignored. Any ideas? Thanks.