#!/bin/ksh # Arguments: # $1 - Name of deck (eg, SETFIL1A) # $2 - Modset name (eg, setfil-write.upd) # $3 - Defs to be set (eg, NULL) # # All arguments are necessary. The script doesn't check they are present. # # If more than one modset is wanted, specify (inlcuding the "'s) as: # "modset1 -i modset2 -i modset3" # For more than one Def, either comma-separate them or use # "def1 -d def2 -d def3" # # See http://www.antarctica.ac.uk/met/beowulf/writing-modsets.html # and the link therein to Lois's page for more info nupdate -p ~gcm/um/vn4.5/source/umpl -q $1 -c $1.f -o sq -s $1.f -i $2 -d $3