Skip to content

Instantly share code, notes, and snippets.

@joej
joej / # uwsgi - 2017-04-02_18-43-24.txt
Created April 2, 2017 22:50
uwsgi on macOS 10.12.3 - Homebrew build logs
Homebrew build logs for uwsgi on macOS 10.12.3
Build date: 2017-04-02 18:43:24
@joej
joej / .bashrc
Created February 10, 2017 22:32 — forked from giggio/.bashrc
sample bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac