Skip to content

Instantly share code, notes, and snippets.

View diegosouza's full-sized avatar

Diego Souza diegosouza

View GitHub Profile
{
"vars": {
"@gray-base": "#656565",
"@gray-darker": "#656565",
"@gray-dark": "#757575",
"@gray": "#848484",
"@gray-light": "#999",
"@gray-lighter": "#ddd",
"@brand-primary": "#96b739",
"@brand-success": "#4fc1ff",
@diegosouza
diegosouza / bash_strict_mode.md
Created December 23, 2022 21:28 — forked from mohanpedala/bash_strict_mode.md
set -e, -u, -o, -x pipefail explanation