8000 GitHub - nguyenhoangson/Automation: Shell scripts for common tasks in Ubuntu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nguyenhoangson/Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Shell scripts for common tasks in Ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0