Skip to content

davorpa/shell-utils

Repository files navigation

shell-utils

Shell utils. Machines are been made to avoid tedious and routinary task planned by humans. Scripts are the powered way to transform that as self-automated. BE SCRIPT MY FRIEND!

My useful utilities and commands about shell scripting.

Scripting Languages

At this project you find shell scripts written in next languages:

Bash

  • Color table 256 (color-table-256.sh): A script to show a matrix with available colors in terminal in both modes: foreground / background.

  • Zoom installer (zoom-setup.sh): A script to install / update your Zoom client easy. The script register bundle certificates, download binaries and install/update it for you. It's recomended close the client before execute this script.

Perl

How to use scripts

For security reasons after download desired script

# using wget
wget -O ~/bin/[foo-script] https://davorpa.github.io/shell-utils/scripts/[foo-script]
# using curl
curl -o ~/bin/[foo-script] https://davorpa.github.io/shell-utils/scripts/[foo-script]

you should take a view inside on it code and if, after inspecting it, you are agree with coding and like it, remember to make this shell script executable by the user/owner:

chmod u+x ~/bin/[foo-script]

and support me starring, Buy Me a Coffee! @davorpatech and share this project.

Thanks a lot 🙏.

How to contribute

For information ℹ️ on adding any content or doubts, please see first the CONTRIBUTING file.

License

The content of this project itself and the underlying source code used to format and display that content is licensed under the The GNU Affero General Public License Version 3.