Thomas Vachuska | 12bf445 | 2015-06-26 09:15:38 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # ONOS command-line client that uses raw ssh. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | |||||
6 | ssh -p 8101 localhost "$@" |