From 578dc96f610dafe50033258735677a9b6d2f6d67 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Tue, 15 Feb 2022 21:00:13 -0300 Subject: [PATCH] edit: readme, comentarios --- README.md | 8 ++++---- timelapse_host.sh | 4 ++-- timelapse_master.sh | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b69af76..46fcda9 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Las imagenes se guardan en `~/BashCamera/[NOMBRE]_[DIA]-[MES]-[AÑO]_[HH]:[MM]/` > ej. > * secuencia-2022-02-14_02:50/ -```bash - BashCamera/ -└──  secuencia_14-02-2022_02:50/ - └──  secuencia_2022-02-14_02:50:36.jpeg +``` +📂️ BashCamera/ +└── 📂️ secuencia_14-02-2022_02:50/ + └── 🖼️ secuencia_2022-02-14_02:50:36.jpe ``` ---- ## Ayuda diff --git a/timelapse_host.sh b/timelapse_host.sh index 4ef1c8a..24bd6f5 100755 --- a/timelapse_host.sh +++ b/timelapse_host.sh @@ -57,8 +57,8 @@ while [[ $# -gt 0 ]]; do Uso; exit 0 ;; -n|--nombre) NOMBRE_BASE="$2" - shift # past argument - shift # past value + shift + shift ;; -i|--lapso) INTERVALO="$2" # Validar?! diff --git a/timelapse_master.sh b/timelapse_master.sh index c4886e6..51fdabf 100755 --- a/timelapse_master.sh +++ b/timelapse_master.sh @@ -34,7 +34,7 @@ Uso(){ -f, --fin - Fin de la secuencia (segundos). -c, --fotos - Cantidad de imagenes para finalizar (int). 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. @@ -87,8 +87,8 @@ while [[ $# -gt 0 ]]; do ;; -n|--nombre) NOMBRE_BASE="$2" # Validar?! - shift # past argument - shift # past value + shift + shift ;; -i|--lapso) INTERVALO="$2"