Files
openfoam/bin/tools
Mark Olesen 03b5d5c108 BUG: foamCleanPath problem if path contains @ (closes #264)
- Can occur with some user names, or mounted paths.
  Resolve by using '?' for the separation character.

  Since '?' is a shell-glob, it is highly unlikely to occur appear in
  filenames.  Additionally, it is not a meta-character in standard sed,
  nor in the GNU extension (which uses '\?').
2016-10-18 09:52:37 +02:00
..
2016-01-11 13:02:52 +00:00

Misc. tools, scripts, templates that are useful (eg, for building applications)
but don't need to be in the PATH.