7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# This file is public domain.
|
||
|
|
||
|
export LD_LIBRARY_PATH=/usr/lib/hpacucli:$LD_LIBRARY_PATH
|
||
|
/usr/lib/hpacucli/hpacucli.real $@
|