mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-05 12:26:11 +02:00
Some environments assumes bin/ryu-manager (executes it locally). So let's restore it. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
5 lines
63 B
Python
Executable File
5 lines
63 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from ryu.cmd.manager import main
|
|
main()
|