cat << EOF EOF swi() { /bin/time -f %U bash -c "scasp -n0 --unknown=fail $1 2>&1 > /dev/null" 2>&1 } ciao() { /bin/time -f %U bash -c "scasp-ciao -n0 $1 2>&1 > /dev/null" 2>&1 } cat << EOF EOF for f in $*; do echo "" done cat << EOF
ProgramSWICiao
$f$(swi $f)$(ciao $f)
EOF