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