Skip to content

Instantly share code, notes, and snippets.

View jllodra's full-sized avatar
💭
Busy making customers happy

Josep Llodrà jllodra

💭
Busy making customers happy
View GitHub Profile
@jllodra
jllodra / app.css
Last active August 29, 2015 14:19 — forked from rdtsc/app.css
body {
font-family: sans-serif;
}
section {
margin-bottom: 40px;
}
h1 {
font-size: 20px;
#!/bin/sh
#
# /etc/init.d/tomcat -- startup script for the Tomcat 7 servlet engine
#
# Modified init-Script from Ubuntu Tomcat init-script
#
# 2010 - Sebastian Mogilowski - http://www.mogilowski.net/2010/12/11/install-tomcat-7-on-debian-lenny-with-virtual-hosts-and-apache2-integration/
# 2012 - Collin Peters - Added debug option
#
### BEGIN INIT INFO