├── .github └── FUNDING.yml ├── AAI └── Atividade Autoinstrucional.pdf ├── CANIVETE └── canivete-shell.pdf ├── LICENSE ├── PDF ├── AULA01_SHELL_APRESENTACAO.pdf ├── AULA02_SHELL_INTRODUCAO.pdf ├── AULA03_SHELL_PRIMEIROSPASSOS.pdf ├── AULA04_SHELL_TUDOQVC_QUERIASABER.pdf ├── AULA05_SHELL_PROG_SCRIPT_PART1.pdf ├── AULA06_SHELL_PROG_SCRIPT_PART2.pdf ├── AULA07_SHELL_CONSTRUCOES_PART1.pdf ├── AULA08_SHELL_CONSTRUCOES_PART2.pdf ├── AULA09_SHELL_FUNCOES_PARAMETROS.pdf ├── AULA10_SHELL_INTERFACEUSUARIO.pdf └── AULA11_SHELL_REGEXONE.pdf ├── PRÁTICAS ├── Exercício01_Enunciado_Shell.txt ├── Exercício02_Enunciado_Shell.txt ├── Exercício03_Enunciado_Shell.txt ├── Exercício04_Enunciado_Shell.txt ├── Exercício05_Enunciado_Shell - Resposta.sh ├── Exercício05_Enunciado_Shell.pdf ├── Exercício06_Enunciado_Shell.pdf ├── Exercício07_Enunciado_Shell.txt ├── Exercício08_Enunciado_Shell.txt ├── Exercício09_Enunciado_Shell.txt ├── Exercício10_Enunciado_Shell.txt ├── ExercícioExtra_Enunciado_Shell.txt └── Prática_Aliases.txt ├── PROJETOS ├── exer00_bash.sh ├── exer01_echo.sh ├── exer02_read.sh ├── exer03_cat.sh ├── exer04_remove.sh ├── exer05_positivo.sh ├── exer06_positivo_zero.sh ├── exer07_while_1.sh ├── exer08_while_2.sh ├── exer09_if_else.sh ├── exer10_if_else_while.sh ├── exer11_userinterface.sh ├── exer12_userinterface.sh ├── exer13_userinterface.sh ├── exer14_userinterface.sh ├── exer15_palindromo.sh ├── exer16_fatorial.sh ├── exer17_parImpar.sh ├── exer18_parImparTOP.sh ├── exer19_maiorNumero.sh ├── exer20_ips.sh ├── exer21_zip.sh ├── exer22_zipTOP.sh ├── exer23_carros.sh ├── exer24_senha.sh ├── exer25_cpf.sh ├── exer26_consulta.sh ├── exer27_cron.sh ├── exer28_imc.sh ├── exer29_bc.sh ├── exer30_email.sh ├── exer31_desligaMicros.sh ├── exer32_until.sh ├── exer33_random.sh ├── exer34_forEach.sh ├── exer35_mountyHall.sh ├── exer36_listaArquivos.sh ├── exer37_testeFuncao.sh ├── exer38_iptables.sh ├── exer39_iptables.sh ├── exer40_iptables.sh ├── exer41_samba.sh ├── exer42_palindromoFunction.sh ├── exer43_listaDiretorio.sh ├── exer44_dialogCron.sh ├── exer45_excluiArquivos.sh └── exer46_backup.sh └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /AAI/Atividade Autoinstrucional.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/AAI/Atividade Autoinstrucional.pdf -------------------------------------------------------------------------------- /CANIVETE/canivete-shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/CANIVETE/canivete-shell.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/LICENSE -------------------------------------------------------------------------------- /PDF/AULA01_SHELL_APRESENTACAO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA01_SHELL_APRESENTACAO.pdf -------------------------------------------------------------------------------- /PDF/AULA02_SHELL_INTRODUCAO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA02_SHELL_INTRODUCAO.pdf -------------------------------------------------------------------------------- /PDF/AULA03_SHELL_PRIMEIROSPASSOS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA03_SHELL_PRIMEIROSPASSOS.pdf -------------------------------------------------------------------------------- /PDF/AULA04_SHELL_TUDOQVC_QUERIASABER.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA04_SHELL_TUDOQVC_QUERIASABER.pdf -------------------------------------------------------------------------------- /PDF/AULA05_SHELL_PROG_SCRIPT_PART1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA05_SHELL_PROG_SCRIPT_PART1.pdf -------------------------------------------------------------------------------- /PDF/AULA06_SHELL_PROG_SCRIPT_PART2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA06_SHELL_PROG_SCRIPT_PART2.pdf -------------------------------------------------------------------------------- /PDF/AULA07_SHELL_CONSTRUCOES_PART1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA07_SHELL_CONSTRUCOES_PART1.pdf -------------------------------------------------------------------------------- /PDF/AULA08_SHELL_CONSTRUCOES_PART2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA08_SHELL_CONSTRUCOES_PART2.pdf -------------------------------------------------------------------------------- /PDF/AULA09_SHELL_FUNCOES_PARAMETROS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA09_SHELL_FUNCOES_PARAMETROS.pdf -------------------------------------------------------------------------------- /PDF/AULA10_SHELL_INTERFACEUSUARIO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA10_SHELL_INTERFACEUSUARIO.pdf -------------------------------------------------------------------------------- /PDF/AULA11_SHELL_REGEXONE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PDF/AULA11_SHELL_REGEXONE.pdf -------------------------------------------------------------------------------- /PRÁTICAS/Exercício01_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício01_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício02_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício02_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício03_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício03_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício04_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício04_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício05_Enunciado_Shell - Resposta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício05_Enunciado_Shell - Resposta.sh -------------------------------------------------------------------------------- /PRÁTICAS/Exercício05_Enunciado_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício05_Enunciado_Shell.pdf -------------------------------------------------------------------------------- /PRÁTICAS/Exercício06_Enunciado_Shell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício06_Enunciado_Shell.pdf -------------------------------------------------------------------------------- /PRÁTICAS/Exercício07_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício07_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício08_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício08_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício09_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício09_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Exercício10_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Exercício10_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/ExercícioExtra_Enunciado_Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/ExercícioExtra_Enunciado_Shell.txt -------------------------------------------------------------------------------- /PRÁTICAS/Prática_Aliases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PRÁTICAS/Prática_Aliases.txt -------------------------------------------------------------------------------- /PROJETOS/exer00_bash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer00_bash.sh -------------------------------------------------------------------------------- /PROJETOS/exer01_echo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer01_echo.sh -------------------------------------------------------------------------------- /PROJETOS/exer02_read.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer02_read.sh -------------------------------------------------------------------------------- /PROJETOS/exer03_cat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer03_cat.sh -------------------------------------------------------------------------------- /PROJETOS/exer04_remove.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer04_remove.sh -------------------------------------------------------------------------------- /PROJETOS/exer05_positivo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer05_positivo.sh -------------------------------------------------------------------------------- /PROJETOS/exer06_positivo_zero.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer06_positivo_zero.sh -------------------------------------------------------------------------------- /PROJETOS/exer07_while_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer07_while_1.sh -------------------------------------------------------------------------------- /PROJETOS/exer08_while_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer08_while_2.sh -------------------------------------------------------------------------------- /PROJETOS/exer09_if_else.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer09_if_else.sh -------------------------------------------------------------------------------- /PROJETOS/exer10_if_else_while.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer10_if_else_while.sh -------------------------------------------------------------------------------- /PROJETOS/exer11_userinterface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer11_userinterface.sh -------------------------------------------------------------------------------- /PROJETOS/exer12_userinterface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer12_userinterface.sh -------------------------------------------------------------------------------- /PROJETOS/exer13_userinterface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer13_userinterface.sh -------------------------------------------------------------------------------- /PROJETOS/exer14_userinterface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer14_userinterface.sh -------------------------------------------------------------------------------- /PROJETOS/exer15_palindromo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer15_palindromo.sh -------------------------------------------------------------------------------- /PROJETOS/exer16_fatorial.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer16_fatorial.sh -------------------------------------------------------------------------------- /PROJETOS/exer17_parImpar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer17_parImpar.sh -------------------------------------------------------------------------------- /PROJETOS/exer18_parImparTOP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer18_parImparTOP.sh -------------------------------------------------------------------------------- /PROJETOS/exer19_maiorNumero.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer19_maiorNumero.sh -------------------------------------------------------------------------------- /PROJETOS/exer20_ips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer20_ips.sh -------------------------------------------------------------------------------- /PROJETOS/exer21_zip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer21_zip.sh -------------------------------------------------------------------------------- /PROJETOS/exer22_zipTOP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer22_zipTOP.sh -------------------------------------------------------------------------------- /PROJETOS/exer23_carros.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer23_carros.sh -------------------------------------------------------------------------------- /PROJETOS/exer24_senha.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer24_senha.sh -------------------------------------------------------------------------------- /PROJETOS/exer25_cpf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer25_cpf.sh -------------------------------------------------------------------------------- /PROJETOS/exer26_consulta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer26_consulta.sh -------------------------------------------------------------------------------- /PROJETOS/exer27_cron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer27_cron.sh -------------------------------------------------------------------------------- /PROJETOS/exer28_imc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer28_imc.sh -------------------------------------------------------------------------------- /PROJETOS/exer29_bc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer29_bc.sh -------------------------------------------------------------------------------- /PROJETOS/exer30_email.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer30_email.sh -------------------------------------------------------------------------------- /PROJETOS/exer31_desligaMicros.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer31_desligaMicros.sh -------------------------------------------------------------------------------- /PROJETOS/exer32_until.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer32_until.sh -------------------------------------------------------------------------------- /PROJETOS/exer33_random.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer33_random.sh -------------------------------------------------------------------------------- /PROJETOS/exer34_forEach.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer34_forEach.sh -------------------------------------------------------------------------------- /PROJETOS/exer35_mountyHall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer35_mountyHall.sh -------------------------------------------------------------------------------- /PROJETOS/exer36_listaArquivos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer36_listaArquivos.sh -------------------------------------------------------------------------------- /PROJETOS/exer37_testeFuncao.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer37_testeFuncao.sh -------------------------------------------------------------------------------- /PROJETOS/exer38_iptables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer38_iptables.sh -------------------------------------------------------------------------------- /PROJETOS/exer39_iptables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer39_iptables.sh -------------------------------------------------------------------------------- /PROJETOS/exer40_iptables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer40_iptables.sh -------------------------------------------------------------------------------- /PROJETOS/exer41_samba.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer41_samba.sh -------------------------------------------------------------------------------- /PROJETOS/exer42_palindromoFunction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer42_palindromoFunction.sh -------------------------------------------------------------------------------- /PROJETOS/exer43_listaDiretorio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer43_listaDiretorio.sh -------------------------------------------------------------------------------- /PROJETOS/exer44_dialogCron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer44_dialogCron.sh -------------------------------------------------------------------------------- /PROJETOS/exer45_excluiArquivos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer45_excluiArquivos.sh -------------------------------------------------------------------------------- /PROJETOS/exer46_backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/PROJETOS/exer46_backup.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joaopauloaramuni/desenvolvimento-de-scripts-ii/HEAD/README.md --------------------------------------------------------------------------------