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-30 09:39:02 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a6bc21bad0a57a0318acf09920fa6ee89e6d6b95
a6bc21ba
1 parent
890a43b0
Added -w option to the onos CLI.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
tools/test/bin/onos
tools/test/bin/onos
View file @
a6bc21b
...
...
@@ -3,5 +3,7 @@
# ONOS remote command-line client.
#-------------------------------------------------------------------------------
[
"
$1
"
=
"-w"
]
&&
shift
&&
onos-wait-for-start
$1
[
-n
"
$1
"
]
&&
OCI
=
$1
&&
shift
client -h
$OCI
"
$@
"
client -h
$OCI
"
$@
"
2>/dev/null
...
...
Please
register
or
login
to post a comment