#!/bin/sh
#
# p11 - pdp11 emulator; Copyright (C) 1994 Hartmut Brandt, Joerg Micheel 
# see the file LICENSE for further information
#
: ${P11HOST:?}
rsh ${P11HOST} -l `whoami` 'cd 11/emu; gmake -j2 $1'
