Automated scripts https://github.com/fszostak/bash-util-scripts
955
bash scripts to make your work easier.
Instruction
$ mkdir ~/Workspaces
$ cd ~/Workspaces
$ git clone https://github.com/fszostak/bash-util-scripts
$ ln -s ~/Workspaces/bash-util-scripts/src ~/scripts
# for zsh
$ echo -n "\n\nexport PATH=$PATH:~/scripts" >> ~/.zshrc
# for bash
$ echo -n "\n\nexport PATH=$PATH:~/scripts" >> ~/.bash_profile
Note: all commands have -h option for help
docker run fszostak/bash-util-scripts bash
docker run -v "$(pwd)/images:/images" fszostak/bash-util-scripts bash -c "~/scripts/img-optimize /images"
Content type
Image
Digest
Size
72.3 MB
Last updated
over 5 years ago
docker pull fszostak/bash-util-scripts