- Notifications
You must be signed in to change notification settings - Fork1
My useful utilities and commands about shell scripting
License
davorpa/shell-utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 yourZoom 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.
Forsecurity reasons after download desired script
# using wgetwget -O~/bin/[foo-script] https://davorpa.github.io/shell-utils/scripts/[foo-script]# using curlcurl -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 theCONTRIBUTING file.
The content of this project itself and the underlying source code used to format and display that content is licensed under theThe GNU Affero General Public License Version 3.