~js-reynaud/+junk/audela

« back to all changes in this revision

Viewing changes to audela/bin/audela.sh

  • Committer: denismarchais
  • Date: 2005-11-30 22:54:45 UTC
  • Revision ID: svn-v4:04217e9b-e68c-4f9b-beca-5a77afb74039:trunk:5
This commit was generated by cvs2svn to compensate for changes in r4, which
included commits to RCS files with non-trunk default branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
#------ Benjamin Mauclaire 2004 for AudeLA's team ---------#
 
3
 
 
4
echo -e "Se mettre dans le repertoire bin...\n"
 
5
chemin=`pwd`
 
6
typeset -x LD_LIBRARY_PATH=$chemin
 
7
./audela
 
8