#!/bin/csh
set d = /auto/srd22/export/yoshi/JPN_V1
if ($#argv == 0) then
rsh srd22 "cd $d; nice +19 make"
else
rsh srd22 "cd $d; nice +19 make $argv[1]"
endif
