Artifact 0e001e0d54f5d2f2bda90ad600a129a2f7dbd742ba04a93dd26d0ae1c15cfb3c:
- Executable file mtt/bin/mtt_xargs.sh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 59) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/mtt_xargs.sh — part of check-in [a1d300ea5b] at 2001-06-26 23:16:12 on branch origin/numerical-algebraic-solution — Moved from trans directory to bin directory. (user: geraint@users.sourceforge.net, size: 59) [annotate] [blame] [check-ins using]
- Executable file
mttroot/mtt/bin/trans/mtt_xargs.sh
— part of check-in
[6ec7d47592]
at
2001-06-26 22:29:05
on branch origin/numerical-algebraic-solution
— mtt_xargs.sh eliminates Arg list too long error for large models.
(UNIX xargs does not work if the environment is too large). (user: geraint@users.sourceforge.net, size: 59) [annotate] [blame] [check-ins using]
#! /bin/sh cmd=$1 for arg in $2; do eval $cmd $arg done