blob: 214aeed7ae96820fe7947231908cc80b4537f6b1 [file] [log] [blame]
ThuBaNguyen98f43be2021-07-01 22:29:49 +07001#!/bin/bash
2# Usage of this utility
3echo "Trigger soft off the host."
4/usr/sbin/ampere_power_util.sh mb soft_off
5exit $?;