Commit: 9696ac26c694c0061677535fe56ee5ad41c769a4 Author: Matt Ficken <v-maf...@microsoft.com> Fri, 18 Oct 2013 17:28:21 -0700 Parents: a9543ad92e18f8dcdd7fdecfd3049cebef788e99 Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=9696ac26c694c0061677535fe56ee5ad41c769a4 Log: pftt shell minor ui update Former-commit-id: ddd3a6bb592c5119bab3511cfd5217b233ce966c Changed paths: M bin/pftt_shell.cmd Diff: diff --git a/bin/pftt_shell.cmd b/bin/pftt_shell.cmd index b1005d6..1526342 100644 --- a/bin/pftt_shell.cmd +++ b/bin/pftt_shell.cmd @@ -23,10 +23,22 @@ CALL ^\php-sdk^\PFTT^\current^\bin^\set_env @ECHO. /) _"., ,._'_.,)_(..,(. )_ _' )_') (._..( '.. @ECHO. // @ECHO. .-------^| ^|--------------------------------------------.__ +REM display PFTT acronym @ECHO. ^|WMWMWMW^| ^|^>^>^>^>^>^>^>^>^>^>^>^>^>^> Php Full Test Tool ^>^>^>^>^>^>^>^>^>^>^>^>^>:^> @ECHO. `-------^| ^|--------------------------------------------'^^ @ECHO. ^\^\ -@ECHO. ^\) PFTT Shell - for testing the PHP Ecosystem +REM display a PFTT slogan or motto +REM random domain 0 to 32767 +SET DD=%RANDOM% +IF %DD% LEQ 21000 ( +@ECHO. ^\^) PFTT Shell - for testing the PHP Ecosystem +) ELSE ( + IF %DD% LEQ 29000 ( +@ECHO. ^\^) Sustained Progress through better tools + ) ELSE ( +@ECHO. ^\^) Optimized for saving you time + ) +) @ECHO. ECHO Type `pftt ^<enter^>` to get help with PFTT. ^<tab^> for auto-completion. ECHO ^<F7^> for history. Control+C to interrupt. Right-click for copy/paste menu.