My Shell Utils

Because scripts are the powerful tool for automating things πŸ§°πŸ˜‰

View on GitHub

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

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.