Index: trunk/Ohana/src/opihi/pcontrol/pcontrol.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 7917)
+++ trunk/Ohana/src/opihi/pcontrol/pcontrol.c	(revision 7960)
@@ -52,2 +52,9 @@
   return;
 }
+
+/* call to opihi shell */
+int main (int argc, char **argv) {
+  int status;
+  status = opihi (argc, argv);
+  exit (status);
+}
