4 lines
144 B
Bash
4 lines
144 B
Bash
#!/bin/sh
|
|
LD_LIBRARY_PATH=/usr/lib/arcconf:$LD_LIBRARY_PATH
|
|
export LD_LIBRARY_PATH
|
|
exec /usr/bin/linux32 --uname-2.6 /usr/lib/arcconf/arcconf $@ |