diff options
author | jaseg <s@jaseg.de> | 2013-03-31 23:24:50 +0200 |
---|---|---|
committer | jaseg <s@jaseg.de> | 2013-03-31 23:24:50 +0200 |
commit | a141b89aa327eacce344ef837e8d561a274583da (patch) | |
tree | 4b7cca3f8caa90b5941c7738b0170dd97f4406aa /balloons | |
parent | f9b7c28c26dcfd1fd0ef4544cd8e15025af5bba4 (diff) | |
download | ponysay-a141b89aa327eacce344ef837e8d561a274583da.tar.gz ponysay-a141b89aa327eacce344ef837e8d561a274583da.tar.bz2 ponysay-a141b89aa327eacce344ef837e8d561a274583da.zip |
Removed the legacy "balloons" folder
Diffstat (limited to 'balloons')
-rw-r--r-- | balloons/ascii.say | 30 | ||||
-rw-r--r-- | balloons/ascii.think | 30 | ||||
-rw-r--r-- | balloons/cowsay.say | 25 | ||||
-rw-r--r-- | balloons/cowsay.think | 25 | ||||
-rw-r--r-- | balloons/linux-vt.say | 35 | ||||
-rw-r--r-- | balloons/round.say | 35 | ||||
-rw-r--r-- | balloons/unicode.say | 35 | ||||
-rw-r--r-- | balloons/unicode.think | 25 |
8 files changed, 0 insertions, 240 deletions
diff --git a/balloons/ascii.say b/balloons/ascii.say deleted file mode 100644 index 1a9d014..0000000 --- a/balloons/ascii.say +++ /dev/null @@ -1,30 +0,0 @@ -/:/ -\:\ - -n:_ -: -s:_ -w:| -e: | - -ww:| -ee: | - -nw: -:/ -ne: -:\ -sw:\ -se:/ - -nnw:_ -: -nne:_ -: -ssw:_ -sse:_ - -nww:| -nee: | -sww:| -see: | diff --git a/balloons/ascii.think b/balloons/ascii.think deleted file mode 100644 index 56591d2..0000000 --- a/balloons/ascii.think +++ /dev/null @@ -1,30 +0,0 @@ -/:o -\:o - -n:_ -: -s:_ -w:( -e: ) - -ww:( -ee: ) - -nw: -:( -ne: -:) -sw:( -se:) - -nnw:_ -: -nne:_ -: -ssw:_ -sse:_ - -nww:( -nee: ) -sww:( -see: ) diff --git a/balloons/cowsay.say b/balloons/cowsay.say deleted file mode 100644 index 51942fa..0000000 --- a/balloons/cowsay.say +++ /dev/null @@ -1,25 +0,0 @@ -/:/ -\:\ - -n:_ -s:- -w:| -e: | - -ww:< -ee: > - -nw: _ -ne:_ -sw: - -se:- - -nnw:_ -nne:_ -ssw:- -sse:- - -nww:/ -nee: \ -sww:\ -see: / diff --git a/balloons/cowsay.think b/balloons/cowsay.think deleted file mode 100644 index 1450bc7..0000000 --- a/balloons/cowsay.think +++ /dev/null @@ -1,25 +0,0 @@ -/:o -\:o - -n:_ -s:- -w:( -e: ) - -ww:( -ee: ) - -nw: _ -ne:_ -sw: - -se:- - -nnw:_ -nne:_ -ssw:- -sse:- - -nww:( -nee: ) -sww:( -see: ) diff --git a/balloons/linux-vt.say b/balloons/linux-vt.say deleted file mode 100644 index 69a14ae..0000000 --- a/balloons/linux-vt.say +++ /dev/null @@ -1,35 +0,0 @@ -/:/ -\:\ - -n:─ -: -s: -:─ -w:│ -e: │ - -ww:│ -ee: │ - -nw:┌ -:│ -ne:┐ -:│ -sw:│ -:└ -se:│ -:┘ - -nnw:─ -: -nne:─ -: -ssw: -:─ -sse: -:─ - -nww:│ -nee: │ -sww:│ -see: │ diff --git a/balloons/round.say b/balloons/round.say deleted file mode 100644 index 01ef456..0000000 --- a/balloons/round.say +++ /dev/null @@ -1,35 +0,0 @@ -/:╱ -\:╲ - -n:─ -: -s: -:─ -w:│ -e: │ - -ww:│ -ee: │ - -nw:╭ -:│ -ne:╮ -:│ -sw:│ -:╰ -se:│ -:╯ - -nnw:─ -: -nne:─ -: -ssw: -:─ -sse: -:─ - -nww:│ -nee: │ -sww:│ -see: │ diff --git a/balloons/unicode.say b/balloons/unicode.say deleted file mode 100644 index a67a7f8..0000000 --- a/balloons/unicode.say +++ /dev/null @@ -1,35 +0,0 @@ -/:╱ -\:╲ - -n:─ -: -s: -:─ -w:│ -e: │ - -ww:│ -ee: │ - -nw:┌ -:│ -ne:┐ -:│ -sw:│ -:└ -se:│ -:┘ - -nnw:─ -: -nne:─ -: -ssw: -:─ -sse: -:─ - -nww:│ -nee: │ -sww:│ -see: │ diff --git a/balloons/unicode.think b/balloons/unicode.think deleted file mode 100644 index 005e545..0000000 --- a/balloons/unicode.think +++ /dev/null @@ -1,25 +0,0 @@ -/:o -\:o - -n:⁀ -s:‿ -w:( -e: ) - -ww:( -ee: ) - -nw:( -ne:) -sw:( -se:) - -nnw:⁀ -nne:⁀ -ssw:‿ -sse:‿ - -nww:( -nee: ) -sww:( -see: ) |