Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@agirorn
agirorn / .gitignore
Last active August 29, 2015 14:19 — forked from karmi/.gitignore
.DS_Store
tmp/
@agirorn
agirorn / install_tmux.sh
Last active March 4, 2019 13:18 — forked from toantran-ea/install_tmux.sh
Install tmux from source on Linux Mint 18.3
#!/usr/bin/env bash
# Install TMUX from source on Linux Mint 19
set -e
# Configure
VERSION=2.8
ROOT=~/code-open-source
FILE="tmux-${VERSION}.tar.gz"