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

# spibild: call correct version of SPIBILD emulator,
#          based on architecture.
#       

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