Sign inSign up

fszostak/bash-util-scripts

By fszostak

Updated over 5 years ago

Automated scripts https://github.com/fszostak/bash-util-scripts

Image
0

955

fszostak/bash-util-scripts repository overview

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

Tag summary

Content type

Image

Digest

Size

72.3 MB

Last updated

over 5 years ago

docker pull fszostak/bash-util-scripts