/small_shell_study

Script created for the purpose of studying functions, loops and variables in shell.

Primary LanguageShell

post_instalation_ubuntu.sh - Make the post configuration of Ubuntu 19.10

Script created for the purpose of studying functions, loops and variables in shell. This script installs the programs for user after installation, upgrades and cleaning the system.

Requirements

Ubuntu 19.10

Usage

  1. Download the script.
wget https://github.com/lucasimonmendes/small_shell_study

2.Grant execution permissions to the script.

chmod +x script.sh
  1. Run the script.
./script.sh

Author

Lucas Simon