#!/bin/perl # Set environmental variables... # Execute IDL script to generate .GIF file images of AMSU-A Ch1-15... $c1 = "cp *.dat /home3/www/amsu/atl/45/"; $c2 = "gifshuffleatl45.scr"; $c3 = "generate_gifs_atl45.scr"; system($c1); system($c2); system($c3);