From d458be657ddce310ecdea86a549b089ec6177ec1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Jul 2012 20:00:20 +0200 Subject: adding blossomforth --- ponies/blossomforth.pony | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ponies/blossomforth.pony (limited to 'ponies') diff --git a/ponies/blossomforth.pony b/ponies/blossomforth.pony new file mode 100644 index 0000000..e2696ec --- /dev/null +++ b/ponies/blossomforth.pony @@ -0,0 +1,26 @@ +$the_cow =< Date: Fri, 20 Jul 2012 20:53:55 +0200 Subject: symlink ponies --- ponies/magnum.pony | 1 + ponies/pearl.pony | 1 + 2 files changed, 2 insertions(+) create mode 120000 ponies/magnum.pony create mode 120000 ponies/pearl.pony (limited to 'ponies') diff --git a/ponies/magnum.pony b/ponies/magnum.pony new file mode 120000 index 0000000..47da427 --- /dev/null +++ b/ponies/magnum.pony @@ -0,0 +1 @@ +./raritysdad.pony \ No newline at end of file diff --git a/ponies/pearl.pony b/ponies/pearl.pony new file mode 120000 index 0000000..7d26721 --- /dev/null +++ b/ponies/pearl.pony @@ -0,0 +1 @@ +./raritysmom.pony \ No newline at end of file -- cgit