mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-10 04:55:42 +01:00
Update README.md
This commit is contained in:
parent
124d2a0f40
commit
2da37253e1
10
README.md
10
README.md
@ -66,7 +66,7 @@ Description=Folder that watches when new videos are added and optimizes them.
|
|||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
User=[user]
|
User=[user]Collaborations & Pull Requests
|
||||||
ExecStart=bash-folders-video-optimizer --folder [folder to watch]
|
ExecStart=bash-folders-video-optimizer --folder [folder to watch]
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
@ -118,7 +118,7 @@ The filename of the scripts, or your custom scripts, must be:
|
|||||||
|
|
||||||
They must have **execution permissions**. If any of them do not exist, they will be ignored.
|
They must have **execution permissions**. If any of them do not exist, they will be ignored.
|
||||||
|
|
||||||
### Install
|
### InstallCollaborations & Pull Requests
|
||||||
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
@ -208,7 +208,7 @@ crontab -e
|
|||||||
```
|
```
|
||||||
|
|
||||||
Add to document.
|
Add to document.
|
||||||
|
Collaborations & Pull Requests
|
||||||
``` sh
|
``` sh
|
||||||
* * * * * bash-folders-battery-hook --folder [folder path]
|
* * * * * bash-folders-battery-hook --folder [folder path]
|
||||||
```
|
```
|
||||||
@ -309,9 +309,9 @@ Add to document.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Development
|
## Collaborations & Pull Requests
|
||||||
|
|
||||||
### Check syntax
|
You must provide the documentation, as well as the scripts present, test that it works well and the script must pass a `shellcheck` (below you will find an example of execution).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
shellcheck [script]
|
shellcheck [script]
|
||||||
|
Loading…
Reference in New Issue
Block a user