#!/bin/sh #\ exec tessent -shell -dofile "$0" -arguments ${1+"$@"} set_transcript_style off puts "$tessent_user_arg" # add dofile commands here array set ar $tessent_user_arg puts "$ar(a)" puts "$ar(b)" puts "$ar(c)" exit