I want to pass everything entered to a URL. Not a simple ! and one argument. I don't know how many will be entered. How can I pass the entire line to a URL, without knowing in advance how many words are entered?
Thank you in advance
1 reply
Stellar Raccoon
$(querystring) is what u'll need... like this... $(urlfetch https://YOUR_URL$(querystring))