blob: 7e082aa5874bb97dab664bff17f7a3c3d1197786 [file] [log] [blame]
Thomas Vachuska12bf4452015-06-26 09:15:38 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# ONOS command-line client that uses raw ssh.
4# -----------------------------------------------------------------------------
5
6ssh -p 8101 localhost "$@"