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