Unraid-SlackPack/source/freeipmi/usr/sbin/ipmi-pef-config

16 lines
180 B
Plaintext
Raw Normal View History

2016-03-24 20:02:30 +00:00
#!/bin/sh
options="--category=pef"
while test $# != 0
do
case "$1" in
*)
options="$options $1"
;;
esac
shift
done
exec /usr/sbin/ipmi-config $options