#! /bin/sh

# Create the objdir (with the SYSARCH subdir) of a GRAPNEL application
# $1: objdir path
# $2: SYSARCH

[ -d $1/$2 ] || ( mkdir -p $1/$2; echo "H `hostname`" > $1/$2/tape.cfg)
