HI guys i am new to scripting, i am doing small project in python and wxpython, which does automation. Now i have a problem while sending variable from python to shell script. I have to connect ftp ,then download a file which is written in BASH(1st script). That bash script call one more bash script(2nd script) which is also in ftp server. BUT the 2 script name is not hard-coded in 1st script. so i have to send that "script name" from my python script which is i am not able to do right now. so i need yours help to solve my issue, have gone through google but couldn't find anything.
Thanks in advance.
I have tried directly to run this but still it don't take 2nd argument,so i have gone through the script once. found that,
when $2 $3 $7 already configured inside the 1st script (those are in built in myproject.sh)
please help me to solve this issue..