#!/bin/sh
[ -r /etc/t2-smc-control/config.txt ] || exit 0
exec /usr/bin/t2-smc-control --apply-saved-charge-limit
