Skip to content

Instantly share code, notes, and snippets.

@nublaii
nublaii / # haproxy - 2018-07-13_12-20-06.txt
Created July 13, 2018 10:44
haproxy on macOS 10.13.5 - Homebrew build logs
Homebrew build logs for haproxy on macOS 10.13.5
Build date: 2018-07-13 12:20:06
@nublaii
nublaii / hack.sh
Last active August 29, 2015 14:10 — forked from wouzee/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'