I have two files at the same location.
The first file is sh file and other is python file.
a.sh file
#!/bin/bash a=1 b=1 if [[ $a -eq $b ]] then