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