mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-22 18:30:47 +00:00
3 lines
91 B
Awk
3 lines
91 B
Awk
|
$1 == "#include" { gsub(/"/, "", $2); system("cat " $2); next }
|
||
|
{ print }
|