#!/bin/csh -f

# stub to sddsplot in movie mode
set nonomatch

sddsplot -device=motif,"-movie true -keep 1" -repeat=timeout=600 $* &

