#!/usr/local/bin/perl -w

# spires:  call correct version of SPIRES emulator,
#          based on architecture.
#       

$home = "/afs/desy.de/group/library/preprints/test/spisys";
chdir $home || die "Can't cd to $home: $!\n"; 
exec("./emt", 'spirest', @ARGV); 
