Repositorio creado para agregar útiles archivos en codificación Bash.
Los archivos ".sh" son scripts de shell utilizados comúnmente en sistemas Unix y Linux.
La principal diferencia entre Bash Shell (.sh) y Batch (.bat) es que Bash Shell es la interfaz de línea de comandos para sistemas UNIX y Linux, mientras que Batch es específico para Windows. Los scripts de Bash suelen tener una extensión ".sh", mientras que los archivos Batch tienen una extensión ".bat" o ".cmd".
El repositorio contiene los siguientes archivos Bash:
- gitPullToAllRepositories: Actualiza (git pull) todos los repositorios Git que se encuentren en el directorio que se está ejecutando el bash.
Los cambios que no se encuentren en la rama "master" están en proceso de revisión, no son estables.
Ayúdanos a seguir mejorando estos archivos!! ^_^
Sube tus cambios para que entre en revisión (●'◡'●)
Repository created to add useful files in Bash coding.
".sh" files are shell scripts commonly used on Unix and Linux systems.
The main difference between Bash Shell (.sh) and Batch (.bat) is that Bash Shell is the command-line interface for UNIX and Linux systems, while Batch is specific to Windows. Bash scripts typically have a ".sh" extension, while Batch files have a ".bat" or ".cmd" extension.
The repository contains the following Bash files:
- gitPullToAllRepositories: Updates (git pull) all the Git repositories that are in the directory where bash is running.
Changes that are not in the "master" branch are not considered stable.
Help us to continue improving these components and styles!! ^_^
Upload your changes for review (●'◡'●)