My useful utilities and commands about shell scripting.
At this project you find shell scripts written in next languages:
-
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.
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, and share this project.
Thanks a lot 🙏.
For information ℹ️ on adding any content or doubts, please see first the CONTRIBUTING file.
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.