mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
4 lines
71 B
Bash
Executable file
4 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH=/opt/copy
|
|
exec /opt/copy/${0##*/} $@
|