crouching_tiger/fix_print.awk
anoduck 832e46bf1d feat(Features): 🚧 Work continues on development of Hidden Dragon
polishing signal reception, creation of ap class, added time class,further work on logging and features.

Hidden Dragon is unfinished, do not use.
2024-03-29 21:12:29 -04:00

4 lines
55 B
Awk

/print/ {
sub("'*'", "('&')")
sub($1 $2, $1$2)
}