Linux Foundation Collaborative Projects
index
:
onosfw
master
stable/brahmaputra
stable/colorado
stable/danube
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
framework
/
src
/
onos
/
tools
/
test
/
topos
/
sol.py
blob: 68f2d406bf21ea1b7d6acc3902b0bad3c11eed64 (
plain
)
1
2
3
4
#!/usr/bin/python
import
sys
,
solar
topo
=
solar
.
Solar
(
cips
=
sys
.
argv
[
1
:])
topo
.
run
()