#!/bin/sh -ev

#
#       Start time domain simulation
 tsim -no_addarg -overwrite runf/sine.tsimf
#
#       Postprocess the results in program MPLOT
 mplot -no_addarg -overwrite -no_interactive mplotf/sine.mplotf sine
#
#       View the results
 xreader diags/sine.pdf
