replace-share.awk 45 B

12345
  1. {
  2. gsub("%%SHAREDIR%%", dir);
  3. print $0;
  4. }