c62877162110ce55373d088ac86d8c173f6ab954
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%