Skip to content

Instantly share code, notes, and snippets.

@bkaney
bkaney / gopow
Last active December 30, 2015 14:49
gopow - a wrapper to setup pow, then run the server in the foreground.
#!/bin/sh
cmd=$*
function help {
cat <<-EOH
Usage: gopow <startup command>
gopow - A wrapper that selects a random port, writes to a file, and informs pow.
@erikh
erikh / hack.sh
Created March 31, 2012 07:02 — forked from DAddYE/hack.sh
OSX For Hackers
#!/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
#