3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
#/usr/bin/bash
|
||
|
LD_LIBRARY_PATH="$(dirname $0)/shared_library" "$(dirname $0)/espeak-ng" $@
|