Finish first script

This commit is contained in:
Andros Fenollosa
2023-04-04 09:13:39 +02:00
parent 4ef0a678c2
commit 873838d012
3 changed files with 114 additions and 29 deletions

View File

@@ -1,3 +1,19 @@
# Dynamic folders
Collection of Bash scripts that execute functionalities in folders.
## Video to mp4
### Install
### Run
### Service
## Development
### Check syntax
```sh
shellcheck [script]
```