I hereby claim:
- I am iliasbartolini on github.
- I am iliasbartolini (https://keybase.io/iliasbartolini) on keybase.
- I have a public key whose fingerprint is 4C05 3C09 25C9 AAD8 CB9A 2DDF 5C4A ACA1 A291 09E0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
We always welcome pull requests. This guide will help you to ensure that that your time is spent wisely.
If you are thinking of introduing a new feature or making a significant change to an existing behavior, discuss it first with the maintainers by creating an issue.
| #!/usr/bin/env bash | |
| input=$(cat) | |
| RED='\033[31m' | |
| PLUM='\033[38;5;183m' | |
| LIGHT_BLUE='\033[94m' | |
| LIGHT_GREEN='\033[32m' | |
| LIGHT_RED='\033[31m' | |
| RESET='\033[0m' |