7 lines
75 B
Bash
7 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "${0%/*}"
|
||
|
|
||
|
export LD_LIBRARY_PATH="`pwd`/lib"
|
||
|
bin/sernatur
|