5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`
|
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
|
|
exec ./etqwded.x86 "$@"
|