mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-14 14:35:42 +01:00
Update readem
This commit is contained in:
parent
84bba67307
commit
bd4c654e54
13
README.md
13
README.md
@ -142,20 +142,11 @@ Example.
|
||||
``` sh
|
||||
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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
#### Option 1: Service
|
||||
|
Loading…
Reference in New Issue
Block a user