Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for true.pl

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

  1. #! perl
  2.  
  3. if ( @ARGV[0] ) {
  4. 	print "\nTrue.pl,  Version 1.00\n";
  5. 	print "Port of UNIX' \"true\" command\n\n";
  6. 	print "Usage:  TRUE.PL  &&  command_to_be_tested\n\n";
  7. 	print "Written by Rob van der Woude\n";
  8. 	print "http://www.robvanderwoude.com\n";
  9. }
  10.  
  11. exit(0);
  12.  

page last modified: 2024-04-16; loaded in 0.0394 seconds