mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 05:26:43 +01:00
generating quote files
This commit is contained in:
parent
e0f7998f4b
commit
566a381fbd
2 changed files with 21 additions and 4 deletions
17
ponyquotes.sh
Executable file
17
ponyquotes.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
mkdir -p quotes
|
||||
|
||||
for ponies in $(cat ponyquotes/ponies); do
|
||||
|
||||
for pony in $(echo $ponies | sed -e 's/+/ /g'); do
|
||||
echo 'Generating quote files for '"$pony"
|
||||
|
||||
for file in $(ls "ponyquotes/" | grep "$pony\\.*"); do
|
||||
|
||||
if [[ -f "ponyquotes/$file" ]]; then
|
||||
|
||||
cp "ponyquotes/"$file "quotes/"$ponies'.'$(echo $file | cut -d '.' -f 2)
|
||||
fi
|
||||
done
|
||||
done
|
||||
done
|
||||
|
|
@ -40,7 +40,7 @@ doctor+doctornohat
|
|||
elsie
|
||||
fancypants
|
||||
fido
|
||||
cadence+cadance+fillycadence+fillycadance
|
||||
cadance+fillycadance
|
||||
fillydash+fillydashfly
|
||||
flam
|
||||
fleurdelis+fleurdelishair+fleurdelislay
|
||||
|
@ -64,7 +64,7 @@ maredowellfly+maredowellgallop
|
|||
master
|
||||
mayor
|
||||
minuette+colgate
|
||||
mjölna
|
||||
mjolna
|
||||
mrssparkle+twilightvelvet
|
||||
nightmare
|
||||
noteworthy+blues
|
||||
|
@ -74,7 +74,7 @@ orange
|
|||
owl
|
||||
parasprite
|
||||
philomena
|
||||
phoenix
|
||||
philomenaphoenix
|
||||
photofinish
|
||||
pinkamina
|
||||
pinkie+pinkiecannonfront+pinkiecannon+pinkiebounce+pinkiecannonhappy+pinkiegala+pinkiechicken+pinkiehugfluttershy+pinkiegummy+pinkietongue+pinkiesilly
|
||||
|
@ -120,7 +120,7 @@ sweetie
|
|||
tank
|
||||
trixie+trixiestage+trixiestand
|
||||
turnip
|
||||
twilight+twilightcrazyfromball+twilightfury+twilightzero+fillytwilight
|
||||
twilight+twilightcrazyfromball+twilightrage+twilightzero+fillytwilight
|
||||
twist
|
||||
vinyl+djpon-3+vın̈yl
|
||||
violet+royalribbon
|
||||
|
|
Loading…
Reference in a new issue