Skip to content

Instantly share code, notes, and snippets.

@bernos
bernos / template.sh
Created January 5, 2017 23:01
Standard bash template
#!/usr/bin/env bash
usage() {
cat <<EOF
NAME:
$(basename $0)
DESCRIPTION:
TODO: describe me
SYNOPSIS:
@dnishimura
dnishimura / Makefile.golang
Created June 20, 2012 17:51 — forked from yanatan16/Makefile.golang
Makefile for Golang projects
# Makefile for a go project
#
# Author: Jon Eisen
# site: joneisen.me
#
# Targets:
# all: Builds the code
# build: Builds the code
# fmt: Formats the source files
# clean: cleans the code