An open API service indexing awesome lists of open source software.

https://github.com/ronierisonmaciel/shell-script

Os scripts de automação usando Shellscript visam simplificar e agilizar tarefas rotineiras no ambiente de sistemas Unix/Linux. Eles permitem a execução de comandos em lote, manipulação de arquivos e diretórios, e monitoramento de processos e recursos do sistema.
https://github.com/ronierisonmaciel/shell-script

linux script shell shell-scripts unix

Last synced: 2 months ago
JSON representation

Os scripts de automação usando Shellscript visam simplificar e agilizar tarefas rotineiras no ambiente de sistemas Unix/Linux. Eles permitem a execução de comandos em lote, manipulação de arquivos e diretórios, e monitoramento de processos e recursos do sistema.

Awesome Lists containing this project

README

        

# Shell Script examples

Short description about shell script

Example:

**1** - **_script1.sh_**: The script ask for username, capture uptime and script local directory.

**2** - **_script2.sh_**: The script use the function read and return that he wrote.

**2** - **_script3.sh_**: The script use the function read and one conditional if for test if number is min or max the number twenty.