675eb834290eb2fb5088faf0d154ded7567dcf65
Lenovo IdeaPad Conservation Mode (Linux)
This is a simple Bash script to allow you to quickly enable, disable or check "Conservation Mode"'s status on Linux.
Installation
- Download
cons.shfrom this repo; - run
chmod +x cons.shto make it executable; - run the file with an argument
sudo ./cons.sh <arg>.
Arguments
Supported arguments are:
- 0: disable
- 1: enable
- 2: print status
Languages
Shell
100%