Skip to content

Instantly share code, notes, and snippets.

View horninc's full-sized avatar

Kristaps Horns horninc

View GitHub Profile
@horninc
horninc / git-do.sh
Created November 21, 2017 14:33
Combine both add and commit commands into a "git do"
git config --global alias.do '!git add -A && git commit -a'
<!DOCTYPE html>
<html dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>">
<head>
<meta charset="UTF-8" />
<title><?php echo $title; ?></title>
<base href="<?php echo $base; ?>" />
<?php if ($description): ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php endif; ?>
packages:
yum:
newrelic-php5: []
newrelic-sysmond: []
rpm:
newrelic: http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
commands:
configure_new_relic:
"01":
command: newrelic-install install
public class HelloWorld{
public static void main (Strng[] args)
{
System.out.println("Hello World!");
}
}