5 lines
62 B
Bash
5 lines
62 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Ufi_Bmc: Trigger soft off the host"
|
||
|
|
exit 0
|