commit | 0511a52140055670abcd9ff4a2fed5223e8019bc | [log] [tgz] |
---|---|---|
author | tom <tom@onlab.us> | Sat Oct 04 12:06:02 2014 -0700 |
committer | tom <tom@onlab.us> | Sat Oct 04 12:06:02 2014 -0700 |
tree | 0da7f80dca309cbd9aad6de52e4f48ca0d571833 | |
parent | 958d381a16c9d7cb77164fb302bacf048b08ef20 [diff] [blame] |
Added an intent completer to the command-line.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 3d80228..270370a 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -32,6 +32,7 @@ alias obs='onos-build-selective' alias op='onos-package' alias ot='onos-test' +alias ol='onos-log' # Short-hand for tailing the ONOS (karaf) log alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log'