Skip to content

Instantly share code, notes, and snippets.

View bobbydavid's full-sized avatar

Robert Martin bobbydavid

View GitHub Profile
@bobbydavid
bobbydavid / bashception.sh
Created April 30, 2012 14:44
Bashception. The shell is real.
#!/bin/bash
echo "Deeper."
. bashception.sh
@bobbydavid
bobbydavid / example_gist-in-tumblr.html
Created April 30, 2012 01:09
Example showing how to embed Gists in Tumblr using gist-in-tumblr
<p>Here's an example:</p>
<p class="gist">https://gist.github.com/2554645</p>
<p>Woah. Meta.</p>
@bobbydavid
bobbydavid / mongod.sh
Created April 29, 2012 20:27
Simple init.d script I wrote for starting/stopping mongod
#! /bin/sh
#
# Simple init.d script I wrote for starting/stopping mongod.
# Copyright (c) 2012 Robert Martin
#
# Filename: /etc/init.d/mongod
# (so rename it from mongod.sh to mongod)
#
### BEGIN INIT INFO
# Provides: mongod