5 lines
59 B
Bash
Executable File
5 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH="."
|
|
./hedz_reloaded "$@"
|