Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-09-19 14:40:22 -0700
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
375650defa51764839b125625923da182fd328c7
375650de
2 parents
5f7fc4e5
f2d83cf9
Merge branch 'master' of
ssh://gerrit.onlab.us:29418/onos-next
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/dev/bash_profile
tools/dev/bash_profile
View file @
375650d
...
...
@@ -21,7 +21,7 @@ export PATH="$PATH:."
# Convenience utility to warp to various ONOS source projects
# e.g. 'o api', 'o dev', 'o'
function
o
{
cd
$(
find
$ONOS_ROOT
/ -type d | egrep -v
'.git|target|src'
|
\
cd
$(
find
$ONOS_ROOT
/ -type d | egrep -v
'
\
.git|target|src'
|
\
egrep
"
${
1
:-
$ONOS_ROOT
}
"
| head -n 1
)
}
...
...
Please
register
or
login
to post a comment