Skip to content

Instantly share code, notes, and snippets.

View gsdevme's full-sized avatar

Gavin Staniforth gsdevme

View GitHub Profile
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->
@durden
durden / bash_oop.sh
Created July 26, 2011 12:08
OOP in bash
#!/bin/bash
# ---------------------------------------------------------------------------
# OO support functions
# Kludged by Pim van Riezen <pi@madscience.nl>
# http://lab.madscience.nl/oo.sh.txt
# ---------------------------------------------------------------------------
DEFCLASS=""
CLASS=""
THIS=0