5 lines
71 B
Bash
5 lines
71 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export LD_LIBRARY_PATH=/opt/copy
|
||
|
exec /opt/copy/${0##*/} $@
|