Hey there.
Currently I have this:
$(eval '$(1)' === 'null' ? 'https://testlink.com/market' : 'Market for $(1): https://testlink.com/market?filter=$(1)')
But what I want is people to be able to type more than one word.
I want the command to fetch all and seperate them by +
So the link would look like:
https://testlink.com/market?filter=Argument1+Argument2+Argument3
Can someone pls help fitting this into the command ?