#!/bin/sh # Called and used only by the demo shell script. set -e set -u echo '' echo '' echo echo '' echo '' echo "Actual timed Mathomatic output from the $@ script" echo '' echo '' echo '' echo '' echo '' echo '' echo echo '' echo "

Actual timed Mathomatic output from the $@ script

" /usr/bin/time -p mathomatic -dxr "$@" &1 echo 'seconds total execution time of this script.' echo '
' echo 'More examples' echo 'www.mathomatic.org' echo '' echo ''