#!/usr/bin/perl -w # # EMULAB-COPYRIGHT # Copyright (c) 2000-2007 University of Utah and the Flux Group. # All rights reserved. # use English; # # This gets invoked from the Web interface. Simply a wrapper ... # Automatically generated from the template in the toplevel dir. # # # Configure variables # my $PROG = "@PROGTOINVOKE@"; # # Run the real thing, and never return. # exec $PROG, @ARGV; die("Could not exec $PROG: $!");