Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd onos
$ cat << EOF >> ~/.bash_profile
export ONOS_ROOT="`pwd`"
source $ONOS${ONOS_ROOT}/tools/dev/bash_profile
EOF
$ . ~/.bash_profile
$ cd onos

...