aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-04-06 19:09:49 +0200
committerjaseg <s@jaseg.de>2013-04-06 19:16:47 +0200
commit073dd3ccc8b8fdf4880b05b480adb0ec2dfef759 (patch)
tree804c9fdd180563fa18a15a862464f9be4d6b06bb
parenta160c991bf93c29af7017ca3476164253a31d444 (diff)
downloadponysay-073dd3ccc8b8fdf4880b05b480adb0ec2dfef759.tar.gz
ponysay-073dd3ccc8b8fdf4880b05b480adb0ec2dfef759.tar.bz2
ponysay-073dd3ccc8b8fdf4880b05b480adb0ec2dfef759.zip
Added quote aliases
-rw-r--r--README.md8
l---------quotes/applebloomdance.quotes1
l---------quotes/applejackscarecrow.quotes1
l---------quotes/bigmacsleep.quotes1
l---------quotes/bonbonlyra.quotes1
l---------quotes/bonbonstand.quotes1
l---------quotes/carrottop.quotes1
l---------quotes/celestiasmall.quotes1
l---------quotes/changelingqueen.quotes1
l---------quotes/cheerilee80.quotes1
l---------quotes/derpybags.quotes1
l---------quotes/derpycloud.quotes1
l---------quotes/derpysad.quotes1
l---------quotes/derpysit.quotes1
l---------quotes/derpystand.quotes1
l---------quotes/derpystandwing.quotes1
l---------quotes/discordamused.quotes1
l---------quotes/discordpuppetmaster.quotes1
l---------quotes/doctornohat.quotes1
l---------quotes/drhooves.quotes1
l---------quotes/fillydash.quotes1
l---------quotes/fillydashfly.quotes1
l---------quotes/fillyjack.quotes1
l---------quotes/fillyjacktravel.quotes1
l---------quotes/fillypinkie.quotes1
l---------quotes/fillypinkiecurly.quotes1
l---------quotes/fillyrarity.quotes1
l---------quotes/fillyshy.quotes1
l---------quotes/fillytwilight.quotes1
l---------quotes/fluttershygala.quotes1
l---------quotes/fluttershyshy.quotes1
l---------quotes/fluttershystare.quotes1
l---------quotes/gildastand.quotes1
l---------quotes/goldenharvest.quotes1
l---------quotes/grannychair.quotes1
l---------quotes/grannysleep.quotes1
l---------quotes/harpass.quotes1
l---------quotes/heartstrings.quotes1
-rw-r--r--quotes/ironwill.quotes15
l---------[-rw-r--r--]quotes/ironwillwalk.quotes16
l---------quotes/lulamoon.quotes1
l---------quotes/lunafly.quotes1
l---------quotes/lyrabonbon.quotes1
l---------quotes/lyrasit.quotes1
l---------quotes/oinkoinkoink.quotes1
l---------quotes/pinkacopter.quotes1
l---------quotes/pinkiebounce.quotes1
l---------quotes/pinkiecannon.quotes1
l---------quotes/pinkiecannonfront.quotes1
l---------quotes/pinkiecannonhappy.quotes1
l---------quotes/pinkiechicken.quotes1
l---------quotes/pinkiecrazyface.quotes1
l---------quotes/pinkiefly.quotes1
l---------quotes/pinkiegala.quotes1
l---------quotes/pinkiegummy.quotes1
l---------quotes/pinkiegummydisguise.quotes1
l---------quotes/pinkiehugfluttershy.quotes1
l---------quotes/pinkiehugsfluttershy.quotes1
l---------quotes/pinkieoink.quotes1
l---------quotes/pinkieparade.quotes1
l---------quotes/pinkiepartycannon.quotes1
l---------quotes/pinkieprincess.quotes1
l---------quotes/pinkiesilly.quotes1
l---------quotes/pinkietongue.quotes1
l---------quotes/pinkieumbrelahatfear.quotes1
l---------quotes/pinkieumbrellahat.quotes1
l---------quotes/pinkiewhoops.quotes1
l---------quotes/pinkiewhoopseat.quotes1
l---------quotes/pinkiewhoopsout.quotes1
l---------quotes/rainbowdrag.quotes1
l---------quotes/rainbowfly.quotes1
l---------quotes/rainbowgala.quotes1
l---------quotes/rainbowhurricane.quotes1
l---------quotes/rainbowsalute.quotes1
l---------quotes/rainbowshadowbolt.quotes1
l---------quotes/rainbowsleep.quotes1
l---------quotes/raritycomplaining.quotes1
l---------quotes/raritydrama.quotes1
l---------quotes/rarityelite.quotes1
l---------quotes/rarityfly.quotes1
l---------quotes/raritygala.quotes1
l---------quotes/rarityponder.quotes1
l---------quotes/roseluck.quotes1
l---------quotes/soarinofficer.quotes1
l---------quotes/spikecrystal.quotes1
l---------quotes/spikefloat.quotes1
l---------quotes/spikelove.quotes1
l---------quotes/spikemustache.quotes1
l---------quotes/sweetiedrops.quotes1
l---------quotes/sweetiesing.quotes1
l---------quotes/timeturner.quotes1
l---------quotes/trixieamulet.quotes1
l---------quotes/trixielulamoon.quotes1
l---------quotes/trixiestage.quotes1
l---------quotes/trixiestand.quotes1
l---------quotes/twilightcrazyfromball.quotes1
l---------quotes/twilightcrystal.quotes1
l---------quotes/twilightrage.quotes1
l---------quotes/twilightspike.quotes1
l---------quotes/twilightthebearded.quotes1
l---------quotes/twilighttime.quotes1
l---------quotes/twilightzero.quotes1
l---------quotes/zecorabalance.quotes1
103 files changed, 124 insertions, 15 deletions
diff --git a/README.md b/README.md
index f7957ed..55a4556 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,11 @@ __A:__ Yeah, sorry. If you find a fix, send me a pull request.
__Q:__ Which programs do you use to generate the pony files?
__A:__ The pony files are actually mostly a bunch of selected [browser ponies](http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html), converted using [util-say](https://github.com/maandree/util-say).
+
+Conversion
+----------
+Convert the old quote format with
+```
+for line in $(cat ponyquotes/ponies|grep +); do n=${line%%+*}; for a in $(sed s/+/\\n/g<<<${line#*+}); do ln -s quotes/${n}.quotes quotes/${a}.quotes; done; done
+```
+Afterwards, clean up the broken symlinks with ```find -L quotes -type l -delete```
diff --git a/quotes/applebloomdance.quotes b/quotes/applebloomdance.quotes
new file mode 120000
index 0000000..77acc38
--- /dev/null
+++ b/quotes/applebloomdance.quotes
@@ -0,0 +1 @@
+applebloom.quotes \ No newline at end of file
diff --git a/quotes/applejackscarecrow.quotes b/quotes/applejackscarecrow.quotes
new file mode 120000
index 0000000..4d2313e
--- /dev/null
+++ b/quotes/applejackscarecrow.quotes
@@ -0,0 +1 @@
+applejack.quotes \ No newline at end of file
diff --git a/quotes/bigmacsleep.quotes b/quotes/bigmacsleep.quotes
new file mode 120000
index 0000000..160ecbf
--- /dev/null
+++ b/quotes/bigmacsleep.quotes
@@ -0,0 +1 @@
+bigmac.quotes \ No newline at end of file
diff --git a/quotes/bonbonlyra.quotes b/quotes/bonbonlyra.quotes
new file mode 120000
index 0000000..63bb119
--- /dev/null
+++ b/quotes/bonbonlyra.quotes
@@ -0,0 +1 @@
+bonbon.quotes \ No newline at end of file
diff --git a/quotes/bonbonstand.quotes b/quotes/bonbonstand.quotes
new file mode 120000
index 0000000..63bb119
--- /dev/null
+++ b/quotes/bonbonstand.quotes
@@ -0,0 +1 @@
+bonbon.quotes \ No newline at end of file
diff --git a/quotes/carrottop.quotes b/quotes/carrottop.quotes
new file mode 120000
index 0000000..9d603ca
--- /dev/null
+++ b/quotes/carrottop.quotes
@@ -0,0 +1 @@
+carrot.quotes \ No newline at end of file
diff --git a/quotes/celestiasmall.quotes b/quotes/celestiasmall.quotes
new file mode 120000
index 0000000..c2e2765
--- /dev/null
+++ b/quotes/celestiasmall.quotes
@@ -0,0 +1 @@
+celestia.quotes \ No newline at end of file
diff --git a/quotes/changelingqueen.quotes b/quotes/changelingqueen.quotes
new file mode 120000
index 0000000..6a698d7
--- /dev/null
+++ b/quotes/changelingqueen.quotes
@@ -0,0 +1 @@
+chrysalis.quotes \ No newline at end of file
diff --git a/quotes/cheerilee80.quotes b/quotes/cheerilee80.quotes
new file mode 120000
index 0000000..31726f5
--- /dev/null
+++ b/quotes/cheerilee80.quotes
@@ -0,0 +1 @@
+cheerilee.quotes \ No newline at end of file
diff --git a/quotes/derpybags.quotes b/quotes/derpybags.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpybags.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/derpycloud.quotes b/quotes/derpycloud.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpycloud.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/derpysad.quotes b/quotes/derpysad.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpysad.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/derpysit.quotes b/quotes/derpysit.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpysit.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/derpystand.quotes b/quotes/derpystand.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpystand.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/derpystandwing.quotes b/quotes/derpystandwing.quotes
new file mode 120000
index 0000000..bc0d1ec
--- /dev/null
+++ b/quotes/derpystandwing.quotes
@@ -0,0 +1 @@
+derpy.quotes \ No newline at end of file
diff --git a/quotes/discordamused.quotes b/quotes/discordamused.quotes
new file mode 120000
index 0000000..998880c
--- /dev/null
+++ b/quotes/discordamused.quotes
@@ -0,0 +1 @@
+discord.quotes \ No newline at end of file
diff --git a/quotes/discordpuppetmaster.quotes b/quotes/discordpuppetmaster.quotes
new file mode 120000
index 0000000..998880c
--- /dev/null
+++ b/quotes/discordpuppetmaster.quotes
@@ -0,0 +1 @@
+discord.quotes \ No newline at end of file
diff --git a/quotes/doctornohat.quotes b/quotes/doctornohat.quotes
new file mode 120000
index 0000000..40d0b57
--- /dev/null
+++ b/quotes/doctornohat.quotes
@@ -0,0 +1 @@
+doctor.quotes \ No newline at end of file
diff --git a/quotes/drhooves.quotes b/quotes/drhooves.quotes
new file mode 120000
index 0000000..40d0b57
--- /dev/null
+++ b/quotes/drhooves.quotes
@@ -0,0 +1 @@
+doctor.quotes \ No newline at end of file
diff --git a/quotes/fillydash.quotes b/quotes/fillydash.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/fillydash.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/fillydashfly.quotes b/quotes/fillydashfly.quotes
new file mode 120000
index 0000000..9f95da8
--- /dev/null
+++ b/quotes/fillydashfly.quotes
@@ -0,0 +1 @@
+fillydash.quotes \ No newline at end of file
diff --git a/quotes/fillyjack.quotes b/quotes/fillyjack.quotes
new file mode 120000
index 0000000..4d2313e
--- /dev/null
+++ b/quotes/fillyjack.quotes
@@ -0,0 +1 @@
+applejack.quotes \ No newline at end of file
diff --git a/quotes/fillyjacktravel.quotes b/quotes/fillyjacktravel.quotes
new file mode 120000
index 0000000..4d2313e
--- /dev/null
+++ b/quotes/fillyjacktravel.quotes
@@ -0,0 +1 @@
+applejack.quotes \ No newline at end of file
diff --git a/quotes/fillypinkie.quotes b/quotes/fillypinkie.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/fillypinkie.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/fillypinkiecurly.quotes b/quotes/fillypinkiecurly.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/fillypinkiecurly.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/fillyrarity.quotes b/quotes/fillyrarity.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/fillyrarity.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/fillyshy.quotes b/quotes/fillyshy.quotes
new file mode 120000
index 0000000..4e5b9da
--- /dev/null
+++ b/quotes/fillyshy.quotes
@@ -0,0 +1 @@
+fluttershy.quotes \ No newline at end of file
diff --git a/quotes/fillytwilight.quotes b/quotes/fillytwilight.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/fillytwilight.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/fluttershygala.quotes b/quotes/fluttershygala.quotes
new file mode 120000
index 0000000..4e5b9da
--- /dev/null
+++ b/quotes/fluttershygala.quotes
@@ -0,0 +1 @@
+fluttershy.quotes \ No newline at end of file
diff --git a/quotes/fluttershyshy.quotes b/quotes/fluttershyshy.quotes
new file mode 120000
index 0000000..4e5b9da
--- /dev/null
+++ b/quotes/fluttershyshy.quotes
@@ -0,0 +1 @@
+fluttershy.quotes \ No newline at end of file
diff --git a/quotes/fluttershystare.quotes b/quotes/fluttershystare.quotes
new file mode 120000
index 0000000..4e5b9da
--- /dev/null
+++ b/quotes/fluttershystare.quotes
@@ -0,0 +1 @@
+fluttershy.quotes \ No newline at end of file
diff --git a/quotes/gildastand.quotes b/quotes/gildastand.quotes
new file mode 120000
index 0000000..97582fc
--- /dev/null
+++ b/quotes/gildastand.quotes
@@ -0,0 +1 @@
+gilda.quotes \ No newline at end of file
diff --git a/quotes/goldenharvest.quotes b/quotes/goldenharvest.quotes
new file mode 120000
index 0000000..9d603ca
--- /dev/null
+++ b/quotes/goldenharvest.quotes
@@ -0,0 +1 @@
+carrot.quotes \ No newline at end of file
diff --git a/quotes/grannychair.quotes b/quotes/grannychair.quotes
new file mode 120000
index 0000000..b9adbb7
--- /dev/null
+++ b/quotes/grannychair.quotes
@@ -0,0 +1 @@
+granny.quotes \ No newline at end of file
diff --git a/quotes/grannysleep.quotes b/quotes/grannysleep.quotes
new file mode 120000
index 0000000..b9adbb7
--- /dev/null
+++ b/quotes/grannysleep.quotes
@@ -0,0 +1 @@
+granny.quotes \ No newline at end of file
diff --git a/quotes/harpass.quotes b/quotes/harpass.quotes
new file mode 120000
index 0000000..319f626
--- /dev/null
+++ b/quotes/harpass.quotes
@@ -0,0 +1 @@
+lyra.quotes \ No newline at end of file
diff --git a/quotes/heartstrings.quotes b/quotes/heartstrings.quotes
new file mode 120000
index 0000000..319f626
--- /dev/null
+++ b/quotes/heartstrings.quotes
@@ -0,0 +1 @@
+lyra.quotes \ No newline at end of file
diff --git a/quotes/ironwill.quotes b/quotes/ironwill.quotes
new file mode 100644
index 0000000..bb0e381
--- /dev/null
+++ b/quotes/ironwill.quotes
@@ -0,0 +1,15 @@
+Never apologise, when you can criticise.
+
+Treat me like a push-over, and you will get the once-over.
+
+When somepony tries to block, show them that you rock.
+
+Maybes are for babies.
+
+You laugh at me? I wrath at you!
+
+Cut in line? I will take what is mine.
+
+You apologise, I penalise.
+
+You make me lose, I blow my fuse.
diff --git a/quotes/ironwillwalk.quotes b/quotes/ironwillwalk.quotes
index bb0e381..313f8d1 100644..120000
--- a/quotes/ironwillwalk.quotes
+++ b/quotes/ironwillwalk.quotes
@@ -1,15 +1 @@
-Never apologise, when you can criticise.
-
-Treat me like a push-over, and you will get the once-over.
-
-When somepony tries to block, show them that you rock.
-
-Maybes are for babies.
-
-You laugh at me? I wrath at you!
-
-Cut in line? I will take what is mine.
-
-You apologise, I penalise.
-
-You make me lose, I blow my fuse.
+ironwill.quotes \ No newline at end of file
diff --git a/quotes/lulamoon.quotes b/quotes/lulamoon.quotes
new file mode 120000
index 0000000..a531bbd
--- /dev/null
+++ b/quotes/lulamoon.quotes
@@ -0,0 +1 @@
+trixie.quotes \ No newline at end of file
diff --git a/quotes/lunafly.quotes b/quotes/lunafly.quotes
new file mode 120000
index 0000000..1f0c6e3
--- /dev/null
+++ b/quotes/lunafly.quotes
@@ -0,0 +1 @@
+luna.quotes \ No newline at end of file
diff --git a/quotes/lyrabonbon.quotes b/quotes/lyrabonbon.quotes
new file mode 120000
index 0000000..63bb119
--- /dev/null
+++ b/quotes/lyrabonbon.quotes
@@ -0,0 +1 @@
+bonbon.quotes \ No newline at end of file
diff --git a/quotes/lyrasit.quotes b/quotes/lyrasit.quotes
new file mode 120000
index 0000000..319f626
--- /dev/null
+++ b/quotes/lyrasit.quotes
@@ -0,0 +1 @@
+lyra.quotes \ No newline at end of file
diff --git a/quotes/oinkoinkoink.quotes b/quotes/oinkoinkoink.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/oinkoinkoink.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkacopter.quotes b/quotes/pinkacopter.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkacopter.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiebounce.quotes b/quotes/pinkiebounce.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiebounce.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiecannon.quotes b/quotes/pinkiecannon.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiecannon.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiecannonfront.quotes b/quotes/pinkiecannonfront.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiecannonfront.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiecannonhappy.quotes b/quotes/pinkiecannonhappy.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiecannonhappy.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiechicken.quotes b/quotes/pinkiechicken.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiechicken.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiecrazyface.quotes b/quotes/pinkiecrazyface.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiecrazyface.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiefly.quotes b/quotes/pinkiefly.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiefly.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiegala.quotes b/quotes/pinkiegala.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiegala.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiegummy.quotes b/quotes/pinkiegummy.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiegummy.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiegummydisguise.quotes b/quotes/pinkiegummydisguise.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiegummydisguise.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiehugfluttershy.quotes b/quotes/pinkiehugfluttershy.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiehugfluttershy.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiehugsfluttershy.quotes b/quotes/pinkiehugsfluttershy.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiehugsfluttershy.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkieoink.quotes b/quotes/pinkieoink.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkieoink.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkieparade.quotes b/quotes/pinkieparade.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkieparade.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiepartycannon.quotes b/quotes/pinkiepartycannon.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiepartycannon.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkieprincess.quotes b/quotes/pinkieprincess.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkieprincess.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiesilly.quotes b/quotes/pinkiesilly.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiesilly.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkietongue.quotes b/quotes/pinkietongue.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkietongue.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkieumbrelahatfear.quotes b/quotes/pinkieumbrelahatfear.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkieumbrelahatfear.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkieumbrellahat.quotes b/quotes/pinkieumbrellahat.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkieumbrellahat.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiewhoops.quotes b/quotes/pinkiewhoops.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiewhoops.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiewhoopseat.quotes b/quotes/pinkiewhoopseat.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiewhoopseat.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/pinkiewhoopsout.quotes b/quotes/pinkiewhoopsout.quotes
new file mode 120000
index 0000000..736ccfe
--- /dev/null
+++ b/quotes/pinkiewhoopsout.quotes
@@ -0,0 +1 @@
+pinkie.quotes \ No newline at end of file
diff --git a/quotes/rainbowdrag.quotes b/quotes/rainbowdrag.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowdrag.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowfly.quotes b/quotes/rainbowfly.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowfly.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowgala.quotes b/quotes/rainbowgala.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowgala.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowhurricane.quotes b/quotes/rainbowhurricane.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowhurricane.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowsalute.quotes b/quotes/rainbowsalute.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowsalute.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowshadowbolt.quotes b/quotes/rainbowshadowbolt.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowshadowbolt.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/rainbowsleep.quotes b/quotes/rainbowsleep.quotes
new file mode 120000
index 0000000..1db2c3f
--- /dev/null
+++ b/quotes/rainbowsleep.quotes
@@ -0,0 +1 @@
+rainbow.quotes \ No newline at end of file
diff --git a/quotes/raritycomplaining.quotes b/quotes/raritycomplaining.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/raritycomplaining.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/raritydrama.quotes b/quotes/raritydrama.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/raritydrama.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/rarityelite.quotes b/quotes/rarityelite.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/rarityelite.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/rarityfly.quotes b/quotes/rarityfly.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/rarityfly.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/raritygala.quotes b/quotes/raritygala.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/raritygala.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/rarityponder.quotes b/quotes/rarityponder.quotes
new file mode 120000
index 0000000..c7b969c
--- /dev/null
+++ b/quotes/rarityponder.quotes
@@ -0,0 +1 @@
+rarity.quotes \ No newline at end of file
diff --git a/quotes/roseluck.quotes b/quotes/roseluck.quotes
new file mode 120000
index 0000000..c2bfe0b
--- /dev/null
+++ b/quotes/roseluck.quotes
@@ -0,0 +1 @@
+rose.quotes \ No newline at end of file
diff --git a/quotes/soarinofficer.quotes b/quotes/soarinofficer.quotes
new file mode 120000
index 0000000..ed30e8c
--- /dev/null
+++ b/quotes/soarinofficer.quotes
@@ -0,0 +1 @@
+soarin.quotes \ No newline at end of file
diff --git a/quotes/spikecrystal.quotes b/quotes/spikecrystal.quotes
new file mode 120000
index 0000000..2041fbe
--- /dev/null
+++ b/quotes/spikecrystal.quotes
@@ -0,0 +1 @@
+spike.quotes \ No newline at end of file
diff --git a/quotes/spikefloat.quotes b/quotes/spikefloat.quotes
new file mode 120000
index 0000000..2041fbe
--- /dev/null
+++ b/quotes/spikefloat.quotes
@@ -0,0 +1 @@
+spike.quotes \ No newline at end of file
diff --git a/quotes/spikelove.quotes b/quotes/spikelove.quotes
new file mode 120000
index 0000000..2041fbe
--- /dev/null
+++ b/quotes/spikelove.quotes
@@ -0,0 +1 @@
+spike.quotes \ No newline at end of file
diff --git a/quotes/spikemustache.quotes b/quotes/spikemustache.quotes
new file mode 120000
index 0000000..2041fbe
--- /dev/null
+++ b/quotes/spikemustache.quotes
@@ -0,0 +1 @@
+spike.quotes \ No newline at end of file
diff --git a/quotes/sweetiedrops.quotes b/quotes/sweetiedrops.quotes
new file mode 120000
index 0000000..63bb119
--- /dev/null
+++ b/quotes/sweetiedrops.quotes
@@ -0,0 +1 @@
+bonbon.quotes \ No newline at end of file
diff --git a/quotes/sweetiesing.quotes b/quotes/sweetiesing.quotes
new file mode 120000
index 0000000..36ca8d9
--- /dev/null
+++ b/quotes/sweetiesing.quotes
@@ -0,0 +1 @@
+sweetie.quotes \ No newline at end of file
diff --git a/quotes/timeturner.quotes b/quotes/timeturner.quotes
new file mode 120000
index 0000000..40d0b57
--- /dev/null
+++ b/quotes/timeturner.quotes
@@ -0,0 +1 @@
+doctor.quotes \ No newline at end of file
diff --git a/quotes/trixieamulet.quotes b/quotes/trixieamulet.quotes
new file mode 120000
index 0000000..a531bbd
--- /dev/null
+++ b/quotes/trixieamulet.quotes
@@ -0,0 +1 @@
+trixie.quotes \ No newline at end of file
diff --git a/quotes/trixielulamoon.quotes b/quotes/trixielulamoon.quotes
new file mode 120000
index 0000000..a531bbd
--- /dev/null
+++ b/quotes/trixielulamoon.quotes
@@ -0,0 +1 @@
+trixie.quotes \ No newline at end of file
diff --git a/quotes/trixiestage.quotes b/quotes/trixiestage.quotes
new file mode 120000
index 0000000..a531bbd
--- /dev/null
+++ b/quotes/trixiestage.quotes
@@ -0,0 +1 @@
+trixie.quotes \ No newline at end of file
diff --git a/quotes/trixiestand.quotes b/quotes/trixiestand.quotes
new file mode 120000
index 0000000..a531bbd
--- /dev/null
+++ b/quotes/trixiestand.quotes
@@ -0,0 +1 @@
+trixie.quotes \ No newline at end of file
diff --git a/quotes/twilightcrazyfromball.quotes b/quotes/twilightcrazyfromball.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightcrazyfromball.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilightcrystal.quotes b/quotes/twilightcrystal.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightcrystal.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilightrage.quotes b/quotes/twilightrage.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightrage.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilightspike.quotes b/quotes/twilightspike.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightspike.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilightthebearded.quotes b/quotes/twilightthebearded.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightthebearded.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilighttime.quotes b/quotes/twilighttime.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilighttime.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/twilightzero.quotes b/quotes/twilightzero.quotes
new file mode 120000
index 0000000..75ab338
--- /dev/null
+++ b/quotes/twilightzero.quotes
@@ -0,0 +1 @@
+twilight.quotes \ No newline at end of file
diff --git a/quotes/zecorabalance.quotes b/quotes/zecorabalance.quotes
new file mode 120000
index 0000000..5475b5c
--- /dev/null
+++ b/quotes/zecorabalance.quotes
@@ -0,0 +1 @@
+zecora.quotes \ No newline at end of file