4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
LD_LIBRARY_PATH="/usr/lib/storcli:$LD_LIBRARY_PATH" /usr/lib/storcli/storcli.real "$@"
|