Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for true.rex

(view source code of true.rex as plain text)

  1. /* Return "true" */
  2.  
  3. Parse Arg arguments
  4. If arguments <> "" Then Do
  5. 	Say "True.rex,  Version 1.00"
  6. 	Say "Port of UNIX' "||'"true"'||" command"
  7. 	Say
  8. 	Say "Usage:  TRUE.REX  &&  command_to_be_tested"
  9. 	Say
  10. 	Say "Written by Rob van der Woude"
  11. 	Say "http://www.robvanderwoude.com"
  12. End
  13.  
  14. Exit 0
  15.  

page last modified: 2024-02-26; loaded in 0.0176 seconds