So I have something like the following inside a bash script:
sqlplus un/pw@db \\@xxx.sql $PARAM1 $PARAM2 < $LOGPATH quit EOF
A