#!/bin/sh # script to call client with the given arguments . /home/cur/pjb/webpages/tmp/params # may set FRAMES ./generate_head "Result of client command with arguments $@" if test x$FRAMES = xY -a x"$1" != "x-E full-present"; then ./client $@ echo "" exit 0 # case where output is frames with menu already on the front fi echo "" ./generate_menu ./client $@ echo "" echo `date` >> /tmp/cgilog