Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    # $1 results directory
    # to run, e.g., 
    ...
        else
            echo "error - need to supply an argument"
    fi
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            }
      }
    else {print "Need to supply argument\n"};