I'm running:
python Parser.py "Bot Pick Nut"
In linux command line via MobaXterm. This works as intended, it returns True. The issue I face is when run via the shell script it returns false? Can anyone advice why my shell is not giving the result to my python script correctly?
The Script:
#!/bin/sh
python Parser.py argv[0]
The command:
./Shell.sh "Bot Pick Nut"