PageRenderTime 52ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/usr.bin/awk/tests/ch2p62.awk

https://bitbucket.org/warthurton/gno
AWK | 2 lines | 2 code | 0 blank | 0 comment | 0 complexity | 76ea63c3a74ab3bcc6f0e0b7267861a2 MD5 | raw file
Possible License(s): AGPL-1.0
  1. $1 == "#include" { gsub(/"/, "", $2); system("cat " $2); next }
  2. { print }