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
Thomas Vachuska
2014-12-02 22:50:10 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bbea58c90e1505585d94c21bbab99ae7a29b7b11
bbea58c9
1 parent
abafb50f
Fixing 'tlo' alias after rename.
Change-Id: I9cf378ea408c6e4e2d3abaaf1e517909ceb4ea30
Hide 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 @
bbea58c
...
...
@@ -54,7 +54,7 @@ alias pub='onos-push-update-bundle'
# Short-hand for tailing the ONOS (karaf) log
alias
tl
=
'$ONOS_ROOT/tools/dev/bin/onos-local-log'
alias
tlo
=
'tl | grep --colour=always
org.onlab
'
alias
tlo
=
'tl | grep --colour=always
-E -e "org.onlab|org.onosproject"
'
alias
ll
=
'less $KARAF_LOG'
# Pretty-print JSON output
...
...
Please
register
or
login
to post a comment