4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
|
#!/bin/sh
|
||
|
LD_LIBRARY_PATH=/usr/lib/arcconf:$LD_LIBRARY_PATH
|
||
|
export LD_LIBRARY_PATH
|
||
|
exec /usr/lib/arcconf/arcconf $@
|