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'