...
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 |
...
...
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 |
...