Skip to content

BASH scripts utilities for MacOS or Linux (docker, aws, images optimize, local backup and more)

Notifications You must be signed in to change notification settings

fszostak/bash-util-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-util-scripts

bash scripts to make your work easier.

Instruction

  1. Clone the repository in your Workspaces directory.
$ mkdir ~/Workspaces
$ cd ~/Workspaces
$ git clone https://github.com/fszostak/bash-util-scripts
$ ln -s ~/Workspaces/bash-util-scripts/src ~/scripts
  1. Add scripts directory to your $PATH
# for zsh
$ echo -n "\n\nexport PATH=$PATH:~/scripts" >> ~/.zshrc

# for bash
$ echo -n "\n\nexport PATH=$PATH:~/scripts" >> ~/.bash_profile
  1. Reopen your terminal and try use any script

Note: all commands have -h option for help

RUN WITH DOCKER

docker run fszostak/bash-util-scripts bash

docker run -v "$(pwd)/images:/images" fszostak/bash-util-scripts bash -c "~/scripts/img-optimize /images"

SSH

Utilities

Docker

AWS

About

BASH scripts utilities for MacOS or Linux (docker, aws, images optimize, local backup and more)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published