/Automation

Shell scripts for common tasks in Ubuntu

Primary LanguageShell

Automation

Shell scripts for common tasks in Ubuntu

Shell Script is series of command written in plain text file

User Guide

Change mode for script

chmod 755 /path-to-your-script/your-script 

Run the script

/path-to-your-script/your-script 

Example:

chmod 755 install_docker
./install_docker