5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
if ! getipmi.awk 301; then
|
||
|
getipmi.awk 300;
|
||
|
fi
|