Some environments assumes bin/ryu-manager (executes it locally). So let's restore it.
Signed-off-by: FUJITA Tomonori <[email protected]> --- bin/ryu-manager | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/ryu-manager diff --git a/bin/ryu-manager b/bin/ryu-manager new file mode 100755 index 0000000..877f9a3 --- /dev/null +++ b/bin/ryu-manager @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +from ryu.cmd.manager import main +main() -- 1.7.12.4 (Apple Git-37) ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
