edit: readme, comentarios

This commit is contained in:
jp.av.dev 2022-02-15 21:00:13 -03:00
parent f9e1293a42
commit 578dc96f61
3 changed files with 9 additions and 9 deletions

View File

@ -24,10 +24,10 @@ Las imagenes se guardan en `~/BashCamera/[NOMBRE]_[DIA]-[MES]-[AÑO]_[HH]:[MM]/`
> ej. > ej.
> * secuencia-2022-02-14_02:50/ > * secuencia-2022-02-14_02:50/
```bash ```
BashCamera/ 📂️ BashCamera/
└── secuencia_14-02-2022_02:50/ └── 📂️ secuencia_14-02-2022_02:50/
└──  secuencia_2022-02-14_02:50:36.jpeg └── 🖼️ secuencia_2022-02-14_02:50:36.jpe
``` ```
---- ----
## Ayuda ## Ayuda

View File

@ -57,8 +57,8 @@ while [[ $# -gt 0 ]]; do
Uso; exit 0 ;; Uso; exit 0 ;;
-n|--nombre) -n|--nombre)
NOMBRE_BASE="$2" NOMBRE_BASE="$2"
shift # past argument shift
shift # past value shift
;; ;;
-i|--lapso) -i|--lapso)
INTERVALO="$2" # Validar?! INTERVALO="$2" # Validar?!

View File

@ -34,7 +34,7 @@ Uso(){
-f, --fin - Fin de la secuencia (segundos). -f, --fin - Fin de la secuencia (segundos).
-c, --fotos - Cantidad de imagenes para finalizar (int). -c, --fotos - Cantidad de imagenes para finalizar (int).
invalida el fin de secuencia por tiempo. invalida el fin de secuencia por tiempo.
-r, --rotar - Girar la imagen (90-180-270) -r, --rotar - Girar la imagen (90-180-270).
-v, --version - Muestra la fecha de la versión. -v, --version - Muestra la fecha de la versión.
@ -87,8 +87,8 @@ while [[ $# -gt 0 ]]; do
;; ;;
-n|--nombre) -n|--nombre)
NOMBRE_BASE="$2" # Validar?! NOMBRE_BASE="$2" # Validar?!
shift # past argument shift
shift # past value shift
;; ;;
-i|--lapso) -i|--lapso)
INTERVALO="$2" INTERVALO="$2"