This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rust 13 hrs 6 mins βββββββββββββββββββββ 97.3% | |
| TOML 8 mins βββββββββββββββββββββ 1.0% | |
| Other 6 mins βββββββββββββββββββββ 0.9% | |
| JSON 3 mins βββββββββββββββββββββ 0.4% | |
| TypeScript 2 mins βββββββββββββββββββββ 0.3% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| echo dump | socat stdio tcp6:[::1]:33123 | awk ' | |
| BEGIN { | |
| i = 0 | |
| ORS = "" | |
| } | |
| { | |
| if ($2 == "route" && $9 == "yes") { | |
| if (i == 0) { | |
| print "if " |