diff options
| author | Manuel Traut <manut@mecka.net> | 2010-02-28 20:39:16 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2010-02-28 20:39:16 +0100 |
| commit | 77af64a82bc3930073b7b80301eadc174e7f9de8 (patch) | |
| tree | fc686dc279f32335ba7f920d0a236ef055184185 /src/YalpClients/EflClient/bin/eYalp | |
| parent | ae265f858a7de7b68404e730d03ab4f97a7873df (diff) | |
EflClient: make_release script
- created a script to distribute EflClient
- EflClient can be downloaded from http://mecka.net/eYalp/eYalp.tar.gz
- should be extracted on the OpenMoko with 'tar xzf eYalp.tar.gz -C /'
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/bin/eYalp')
| -rwxr-xr-x | src/YalpClients/EflClient/bin/eYalp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/bin/eYalp b/src/YalpClients/EflClient/bin/eYalp new file mode 100755 index 0000000..c4208db --- /dev/null +++ b/src/YalpClients/EflClient/bin/eYalp @@ -0,0 +1,4 @@ +#!/bin/bash +source /etc/eYalp.conf +export PATH=$PATH:$EYALP_ROOT +eyalp.py -ORBInitRef NameService=corbaloc:iiop:$IP:$PORT/NameService |
