view scripts/plot/include-globals.awk @ 6295:0fcce0872e02

[project @ 2007-02-10 02:10:21 by jwe]
author jwe
date Sat, 10 Feb 2007 02:10:21 +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;
}