You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Most of the functions on this file only use bash internals, and they are used to manipulate ip addresses, like for example to determine if an IP address belongs to a CIDR block.
If you're interested please let me know if you would like me to do a PR or if you prefer to do it yourself.
Also, these 2 repositories are examples of /dev/tcp usage and bitwise manipulation using bash
Thanks in advance.
The text was updated successfully, but these errors were encountered:
First of all thanks for this amazing repository, it's hard to come by a lot of useful tips like this.
I would like to contribute with some of my own personal code, if it's something that interests you.
A redis bash "client library" using only bash internals.
Which BTW I'm sure I can incorporate some improvements from your document.
Another is some random functions from this repository:
Most of the functions on this file only use bash internals, and they are used to manipulate ip addresses, like for example to determine if an IP address belongs to a CIDR block.
If you're interested please let me know if you would like me to do a PR or if you prefer to do it yourself.
Also, these 2 repositories are examples of /dev/tcp usage and bitwise manipulation using bash
Thanks in advance.
The text was updated successfully, but these errors were encountered: