Initial commit of OSGi Shell contribution. (FELIX-946)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@783826 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/proc.bnd b/gogo/proc.bnd
new file mode 100644
index 0000000..84dc020
--- /dev/null
+++ b/gogo/proc.bnd
@@ -0,0 +1,5 @@
+-output: work
+Private-Package: aQute.cpeg
+Service-Component: aQute.cpeg.Procedural; \
+  provide:=aQute.cpeg.Procedural; \
+  properties:="osgi.command.scope=proc,osgi.command.function=new"