Files
openfoam/bin
Mark Olesen c9e4fd77fd ENH: add options for foamEtcFile and shell evaluation
- Eg, instead

      if file=$(foamEtcFile filename)
      then
          . $file
      fi

  can write

      eval "$(foamEtcFile -sh filename)"

  Also supports -verbose reporting, which is especially useful for csh,
  since it allows simplification of aliases and allows the message to
  land on stderr instead of stdout.

      eval `foamEtcFile -csh -verbose filename`
2017-02-23 12:48:43 +01:00
..
2016-06-25 22:14:25 +01:00
2016-06-25 22:14:25 +01:00
2012-10-27 21:34:09 +01:00
2015-01-11 17:16:48 +00:00
2016-11-09 11:07:29 +00:00
2015-12-11 13:12:19 +00:00