#!/bin/sh

MAXUP=${1}
MAXUP=${MAXUP:=400}

echo "assign v.v_maxup = $MAXUP ; quit\!" | dbx -k /unix 2> /dev/null
echo ""

