Skip to content

Instantly share code, notes, and snippets.

View vguardiola's full-sized avatar
💭
I may be slow to respond.

Victor Guardiola vguardiola

💭
I may be slow to respond.
View GitHub Profile
@jordiclariana
jordiclariana / pre-commit.sh
Last active January 22, 2016 11:53
Pre commit for scala projects (sergigp review)
#!/bin/bash
declare -A COLORS
COLORS[RED]='\033[0;31m'
COLORS[GREEN]='\033[0;32m'
COLORS[NC]='\033[0m'
COLORS[WHITE]='\033[1m'
# Print a string using colors
# $1 The color