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 Locally from Cloning Docker Container Local Clone Project From Repo Execute Shell Script from Local Directory Docker Container Usage Clone Project From Repo Build Docker Image: docker build -t bashscripts_github:latest . Run Docker Container: docker run --rm -d -it bashscripts_github:latest Check Docker Container is running and get the ContainerId for bashscripts_github:latest: docker ps Execute Bash inside of Docker Container: docker exec -it <container_id> bash Execute Shell Script from Docker Container