Skip to content

Instantly share code, notes, and snippets.

@bornready
bornready / teamcity-agent.sh
Last active August 29, 2015 14:27
teamcity-agent
#!/bin/bash
cat <<END > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
END
@bornready
bornready / gist:10108114
Last active August 29, 2015 13:58
Future bills
{
bills: [
{ package_total: 27.00, due_date: 2014-05-21 },
{ package_total: 20.00, due_date: 2014-06-13, period_shorter: true },
{ package_total: 27.00, due_date: 2014-07-13 }
]
}