From 20aa3e7b58111816afe9d74c2af790c53c99ef55 Mon Sep 17 00:00:00 2001 From: nixi Date: Sat, 23 Feb 2019 13:45:01 +0100 Subject: [PATCH] Include README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb28f34 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ec-chrlimit + +## Installation + +Simply add an `x` permission to the script and run it directly from the working directory. You can copy the file to shared binary folder as well, eg. `/usr/local/sbin`. + +This script requires [ectool](https://github.com/coreboot/coreboot/tree/master/util/ectool) to be installed. + +## Usage + +The script expects two integers (0-100) for lower and upper limit respectively. + +``` +$ ./chrlimit.sh 40 80 +```