(view source code of true.pl as plain text)
#! perl
if ( @ARGV[0] ) {
print "\nTrue.pl, Version 1.00\n";
print "Port of UNIX' \"true\" command\n\n";
print "Usage: TRUE.PL && command_to_be_tested\n\n";
print "Written by Rob van der Woude\n";
print "http://www.robvanderwoude.com\n";
}
exit(0);
page last modified: 2024-04-16; loaded in 0.0050 seconds