changeset 7:1fb152119488 draft

Add a thanks message at the end
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 25 Sep 2013 14:01:37 -0400
parents 15620df00023
children d47bb97897be
files sh-replay
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sh-replay
+++ b/sh-replay
@@ -94,6 +94,30 @@
             sys.stdout.write("\n")
             sys.stdout.flush()
             break
+
+    print
+    print
+    print
+    print
+    print
+    print
+    print
+    print
+    print yellow("    TTTTTT HH HH      A     NN   NN  KK  KK   SSS ", style="bold")
+    print yellow("      TT   HH HH     A A    NNNN NN  KK KK   SS   ", style="bold")
+    print yellow("      TT   HHHHH    AAAAA   NN NNNN  KKKKK    SS  ", style="bold")
+    print yellow("      TT   HH HH   AA   AA  NN  NNN  KK KK     SS ", style="bold")
+    print yellow("      TT   HH HH  AA     AA NN   NN  KK  KK  SSS  ", style="bold")
+    print
+    print
+    print
+    print
+    print
+    print
+    print
+    print
+
+
 if __name__ == "__main__":
     main()