I can\'t figure out what is wrong with following script.
#!/bin/bash if [ \"$1\" = \"x\" ] then echo Pushing web on sharada to origin. else if [ \"$1\" = \"y
You have two ifs, therefore you need two fis.
if
fi