#!/bin/csh -f # Electronic submission unpacking. # # Copyright (c) 1997 The Board of Trustees of The Leland Stanford Junior # University. All rights reserved. # # Permission to use, copy, modify and distribute this software for any # purpose is hereby granted without fee, provided that the above # copyright notice and this permission notice appear in all copies of # this software and that you do not sell the software. Commercial # licensing is available by contacting the author. # # THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. # # Author: # Apostolos Lerios # Computer Science Department # Stanford University # U.S.A. # http://graphics.stanford.edu/~tolis/ # DEFINE CONFIGURATION. # Name of archive used in "submit". set Archive = "dsShd8dSD7" # UNPACK SUBMISSION. uudecode $1 gunzip -c $Archive.tar.gz | tar xf - rm -f $Archive.tar.gz