Below code works fine for 2 entries
#!/bin/sh
python clone_run.py 900022 0022 900033 0033
python clone_run.py 700044 0044 700044 0045
Now I have many entries to execute and every time I need to change the parameter values. So I would like to execute above commands in arrays.Could someone please help me out how to do it. Thank you
I am new to bash script
Example: Source_proposal = 900022
Source_run = 22
Destination_proposal = 900033
Destination_run = 0033