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