I hereby claim:
- I am egel on github.
- I am egel (https://keybase.io/egel) on keybase.
- I have a public key ASB3Kr8PUznjDEU8aZvR9gsFDFtaxahivFn5vgs8ttHgTQo
To claim this, I am signing this object:
#!/bin/bash | |
# General colors | |
black='\x1B[0;30m' | |
red='\x1B[0;31m' | |
green='\x1B[0;32m' # '\e[1;32m' is too bright for white bg. | |
blue='\x1B[1;34m' | |
yellow='\x1B[0;33m' | |
purple='\x1B[1;35m' | |
cyan='\x1B[0;36m' |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
_command=$1 | |
AUTHOR="Maciej Sypień <[email protected]>" | |
if [ -z "$_command" ]; then | |
printf "clear|install|uninstall\n" | |
exit 1 | |
fi |
#!/bin/sh | |
# | |
# An example hook script to verify what is about to be committed. | |
# Called by "git commit" with no arguments. The hook should | |
# exit with non-zero status after issuing an appropriate message if | |
# it wants to stop the commit. | |
# | |
# To enable this hook, rename this file to "pre-commit". | |
WHITE_LIST='' |
#!/bin/bash | |
matchbox-keyboard |