mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-28 23:01:25 +01:00
3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/topos && sudo mn --custom tower.py --topo tower --controller remote,${1:-192.168.56.101} --mac
|