git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@10600 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
|
|
export LD_LIBRARY_PATH
|
|
./a.out
|
|
|