forked from ports/contrib
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /usr/lib/flock
|
||
|
export LD_LIBRARY_PATH:$LD_LIBRARY_PATH:.
|
||
|
export PATH=$PATH:.
|
||
|
./flock-bin
|
||
|
|
||
|
# End of file
|