Skip to content

Instantly share code, notes, and snippets.

View treffynnon's full-sized avatar
🧟

Simon Holywell treffynnon

🧟
View GitHub Profile
@treffynnon
treffynnon / manifest.xml
Created April 14, 2016 01:24 — forked from hugowan/manifest.xml
auspost maninfest xml
<?xml version="1.0" encoding="UTF-8"?>
<PCMS xmlns="http://www.auspost.com.au/xml/pcms">
<SendPCMSManifest>
<header>
<TransactionDateTime>2010>01-13T16:30:00.0Z</TransactionDateTime>
<TransactionId>1</TransactionId>
<TransactionSequence>1</TransactionSequence>
<ApplicationId>MERCHANT</ApplicationId>
</header>
<body>
@treffynnon
treffynnon / install.sh
Created June 6, 2012 11:40 — forked from derek-watson/tumblr.rb
Tumblr to Hakyll (Markdown and reStructuredText) migration
#!/usr/bin/env bash
echo "This script will download and install the tumblr migration script"
echo "script and its dependencies on Debian systems."
echo " "
read -p "Install dependencies from apt-get? [Yn] "
if [ "$REPLY" == "" -o "$REPLY" == "y" -o "$REPLY" == "Y" ]; then
echo "Installing the dependencies..."
echo " "
sudo apt-get install libxslt-dev libxml2-dev ruby rubygems pandoc
@treffynnon
treffynnon / .bash_logout
Created April 26, 2011 09:17 — forked from bobthecow/.gitconfig
dot files
# stuff to add at end of ~/.bash_logout
if ((agent_started)); then
echo "Killing ssh agent"
ssh-agent -k
fi