I have attached the sample sh file
sh file #!/bin/sh export LD_LIBRARY_PATH=/app/instantclient_12_2 cd $1 echo python $2 $3 python $2 $3 >/insert log p