view scripts/plot/include-globals.awk @ 6257:44c91c5dfe1d

[project @ 2007-01-30 19:16:52 by jwe]
author jwe
date Tue, 30 Jan 2007 19:16:55 +0000
parents
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;
}