I'm trying to make an automator workflow to create a terminal command.
At the moment I have automator set to get 2 variables:
1 - the current url in safari
2 - a number specified by the user
How can I combine those two variables into a terminal command that consist of the following parameters:
"program command" "variable 1" "program option a" "program option b+variable 2".
Someone has an idea?
At the moment I have automator set to get 2 variables:
1 - the current url in safari
2 - a number specified by the user
How can I combine those two variables into a terminal command that consist of the following parameters:
"program command" "variable 1" "program option a" "program option b+variable 2".
Someone has an idea?