Files
2026-04-23 17:07:55 +08:00

6 lines
122 B
Bash

#!/bin/bash
# Usage of this utility
echo "Trigger soft off the host."
/usr/sbin/ampere_power_util.sh mb soft_off
exit $?;