view scripts/plot/include-globals.awk @ 6395:a8dd70bacc1e

[project @ 2007-03-07 22:22:12 by jwe]
author jwe
date Wed, 07 Mar 2007 22:24:22 +0000
parents 44c91c5dfe1d
children
line wrap: on
line source

/^ *__uiobject_globals__;?.*$/ {
  print "  ## BEGIN text from __uiobject_globals__.m";
  system (sprintf ("cat %s", file));
  print "  ## END text from __uiobject_globals__.m";
  next;
} {
  print $0;
}