#!/bin/bash

if test $# != 1; then
    die "Error: Usage $(basename $0) normal|product|fastboot|recovery|..."
fi

fw_setenv power_mode $1
