Update readem

This commit is contained in:
Andros Fenollosa 2023-05-03 19:55:55 +02:00
parent 84bba67307
commit bd4c654e54

View File

@ -142,20 +142,11 @@ Example.
``` sh ``` sh
mkdir battery-scripts mkdir battery-scripts
touch battery-scripts/discharging
chmod +x battery-scripts/discharging
touch battery-scripts/charging
chmod +x battery-scripts/charging
touch battery-scripts/low
chmod +x battery-scripts/low
touch battery-scripts/high
chmod +x battery-scripts/high
touch battery-scripts/full
chmod +x battery-scripts/full
bash-folders-battery-hook --folder battery-scripts bash-folders-battery-hook --folder battery-scripts
``` ```
Inside the folder all the empty scripts will be created, which you will have to edit to include the instructions in Bash.
### Start at operating system startup ### Start at operating system startup
#### Option 1: Service #### Option 1: Service