I also want to pass text file as a parameter along with it.
sh file :
#!/bin/sh echo python $1 $2 #1 is the python file name and $2 is a txt file