mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
11 lines
350 B
Bash
11 lines
350 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
IPMIHOST=10.0.0.82
|
||
|
IPMIUSER=ReekyMarko
|
||
|
IPMIPW={{@@ env['PASS_IPMI'] @@}}
|
||
|
IPMIEK=0000000000000000000000000000000000000000
|
||
|
|
||
|
printf "speeeed!"
|
||
|
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x01 0x00
|
||
|
ipmitool -I lanplus -H $IPMIHOST -U $IPMIUSER -P $IPMIPW -y $IPMIEK raw 0x30 0x30 0x02 0xff 0x64
|