or - Connect to oracle using sqlplus

#!/usr/bin/env bash
help_text="
NAME
  or - Connect to oracle using sqlplus.

USAGE
  or

DESCRIPTION
  Connect to oracle using sqlplus.

AUTHOR
  mjnurse.github.io - 2020
"
help_line="Connect to oracle using sqlplus"
web_desc_line="Connect to oracle using sqlplus"

export ORACLE_PATH=.:/home/martin/code/oracle:/home/martin/code/private/oracle

rlwrap /home/martin/oracle_client/product/11.2.0/client_1/bin/sqlplus.exe /NOLOG

#rlwrap sqlplus /NOLOG