summaryrefslogtreecommitdiff
path: root/generic_gpio/run.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-03 16:06:44 +0200
committerManuel Traut <manut@mecka.net>2012-06-03 16:06:44 +0200
commit1650c22d9f6bcd791a17dc98fb8d9665e8faebcb (patch)
treeb6c7964be7b5ee381c03e4cbe27ebb897a1a2337 /generic_gpio/run.sh
parentb0241e873c1c0c2cb5e4ad272b8ae2ce79bd922f (diff)
add generic_gpio example/test
- little test which adds a single testpin to the manager - should be extended to register gpios defined in a config file - doesn't work at the moment Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'generic_gpio/run.sh')
-rwxr-xr-xgeneric_gpio/run.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic_gpio/run.sh b/generic_gpio/run.sh
new file mode 100755
index 0000000..ab1068f
--- /dev/null
+++ b/generic_gpio/run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+#
+# startup script for distrio generic gpio exporter
+#
+# author: Manuel Traut <manut@mecka.net>
+
+LD_LIBRARY_PATH=../io:../common:../manager/lib ./distrio_generic_gpio \
+ -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \
+ $@