Skip to content

Collection of BASH scripts automating repetitive or specific tasks.

Notifications You must be signed in to change notification settings

pbasson/bashscripts_github

Repository files navigation

BASH Scripts By Preetpal Basson


Overview

A collection of BASH scripts that execute shell commands to automate daily or specific tasks.


Features

Languages
Shell
Directory Description
/bashscripts_github-F/Find-Scripts Collection of Scripts using the Command Find

Usage

  1. Locally from Cloning
  2. Docker Container

Local

  1. Clone Project From Repo
  2. Execute Shell Script from Local Directory

Docker Container Usage

  1. Clone Project From Repo
  2. Build Docker Image:
    • docker build -t bashscripts_github:latest .
  3. Run Docker Container:
    • docker run --rm -d -it bashscripts_github:latest
  4. Check Docker Container is running and get the ContainerId for bashscripts_github:latest:
    • docker ps
  5. Execute Bash inside of Docker Container:
    • docker exec -it <container_id> bash
  6. Execute Shell Script from Docker Container

About

Collection of BASH scripts automating repetitive or specific tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published