Skip to content

Instantly share code, notes, and snippets.

View kodewulf's full-sized avatar

Kodewulf kodewulf

  • Kodewulf.Com
  • Melbourne, Australia
View GitHub Profile
#!/bin/bash
# Sample App Init script for running sample app daemon
#
# chkconfig: - 98 02
#
# description: Sample Application Upstart, using Forever
APPHOME=/opt/sample-app
APPSCRIPT=app.js
<html>
<head>
<style>
html,body {margin:0;padding:0;}
#app {
height:100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-align:stretch;